summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-03 18:05:47 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-03 20:08:15 +0300
commit428fc1cbeff232f57a5e67a1dd1bd9112ad39509 (patch)
treea7115c36f43e9383ba438f760c6e94fb3cc5de56 /common
parentc338c0d90a78d1b93bd3361b464cfd562223fb9d (diff)
downloadmpv-428fc1cbeff232f57a5e67a1dd1bd9112ad39509.tar.bz2
mpv-428fc1cbeff232f57a5e67a1dd1bd9112ad39509.tar.xz
f_lavfi: use new libavfilter iteration API
Diffstat (limited to 'common')
-rw-r--r--common/av_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/av_log.c b/common/av_log.c
index 86d083c438..afc66b0ed2 100644
--- a/common/av_log.c
+++ b/common/av_log.c
@@ -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();