Skip to content

Commit 09ed81e

Browse files
author
Clement Champetier
committed
Transcoder: the constructor does not set log level of ffmpeg
1 parent 7cee053 commit 09ed81e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/AvTranscoder/transcoder/Transcoder.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ Transcoder::Transcoder( IOutputFile& outputFile )
2121
, _mainStreamIndex( 0 )
2222
, _outputDuration( 0 )
2323
, _verbose( false )
24-
{
25-
// Print no output from ffmpeg
26-
av_log_set_level( AV_LOG_QUIET );
27-
}
24+
{}
2825

2926
Transcoder::~Transcoder()
3027
{

0 commit comments

Comments
 (0)