Browse Source

eliminate another deprecation warning for newer ffmpeg

Change-Id: I6fd8384c16a3f9f26c15c902e012a8226f228ebf
changes/44/20944/2
Richard Fuchs 8 years ago
parent
commit
93555d76d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/codeclib.c

+ 1
- 1
lib/codeclib.c View File

@ -698,8 +698,8 @@ void codeclib_init(int print) {
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 9, 100)
av_register_all();
avcodec_register_all();
#endif
avfilter_register_all();
#endif
avformat_network_init();
av_log_set_callback(avlog_ilog);


Loading…
Cancel
Save