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