f_lavfi: use new libavfilter iteration API

This commit is contained in:
wm4
2018-04-03 18:05:47 +02:00
committed by Jan Ekström
parent c338c0d90a
commit 428fc1cbef
3 changed files with 6 additions and 5 deletions

View File

@@ -160,7 +160,6 @@ void init_libav(struct mpv_global *global)
pthread_mutex_unlock(&log_lock);
avformat_network_init();
avfilter_register_all();
#if HAVE_LIBAVDEVICE
avdevice_register_all();