Skip to content

Commit 8ff3f2d

Browse files
clean OutputStreamVideo API
1 parent 45b112e commit 8ff3f2d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/AvTranscoder/OutputStreamVideo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ extern "C" {
1717
namespace avtranscoder
1818
{
1919

20-
OutputStreamVideo::OutputStreamVideo()
20+
OutputStreamVideo::OutputStreamVideo( )
21+
: m_videoDesc( "mpeg2video" )
2122
{
2223
}
2324

src/AvTranscoder/OutputStreamVideo.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ class OutputStreamVideo : public OutputStream
3030

3131
bool setup();
3232

33-
void setVideoDesc( const VideoDesc& videoDesc );
34-
3533
/**
3634
* @param[out] codecFrame blabla
3735
*/

0 commit comments

Comments
 (0)