Merge tag 'v0.20.19'

release v0.20.19
This commit is contained in:
Max Kellermann
2018-04-26 20:06:41 +02:00
7 changed files with 90 additions and 20 deletions

View File

@@ -33,6 +33,9 @@ FfmpegInit()
{
av_log_set_callback(FfmpegLogCallback);
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(58, 9, 100)
/* deprecated as of FFmpeg 4.0 */
av_register_all();
#endif
}