summaryrefslogtreecommitdiffstats
path: root/av_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'av_log.c')
-rw-r--r--av_log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/av_log.c b/av_log.c
index bccbff54de..b804cd18d0 100644
--- a/av_log.c
+++ b/av_log.c
@@ -111,10 +111,7 @@ static void mp_msg_av_log_callback(void *ptr, int level, const char *fmt,
void init_libav(void)
{
av_log_set_callback(mp_msg_av_log_callback);
-
- avcodec_init();
avcodec_register_all();
-
av_register_all();
}