Skip to content

Commit 327f41b

Browse files
author
Clement Champetier
committed
avMeta: set log level to QUIET
1 parent 8a720b6 commit 327f41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/avMeta/avMeta.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ int main( int argc, char** argv )
4141
}
4242

4343
avtranscoder::preloadCodecsAndFormats();
44+
avtranscoder::Logger::setLogLevel( AV_LOG_QUIET );
4445

4546
// analyse inputFile
4647
avtranscoder::InputFile input( argv[1] );

0 commit comments

Comments
 (0)