Turn ffmpeg logging back on

This commit is contained in:
Isaac Connor 2018-10-24 12:44:14 -04:00
parent 875bc3caf9
commit 15f89c4b50
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ void FFMPEGInit() {
static bool bInit = false;
if ( !bInit ) {
//if ( logDebugging() )
//av_log_set_level( AV_LOG_DEBUG );
//else
if ( logDebugging() )
av_log_set_level( AV_LOG_DEBUG );
else
av_log_set_level( AV_LOG_QUIET );
av_register_all();
avformat_network_init();