Turn back on ffmpeg debug logging
This commit is contained in:
parent
9148d3f7c4
commit
c48ce09068
|
@ -32,7 +32,10 @@ void FFMPEGInit() {
|
|||
av_log_set_level( AV_LOG_DEBUG );
|
||||
else
|
||||
av_log_set_level( AV_LOG_QUIET );
|
||||
#if LIBAVCODEC_VERSION_CHECK(58, 18, 0, 64, 0)
|
||||
#else
|
||||
av_register_all();
|
||||
#endif
|
||||
avformat_network_init();
|
||||
bInit = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue