changeset 34376:fd7abb6f787a

av_helpers: remove obsolete avcodec_init.
author cigaes
date Sat, 24 Dec 2011 10:55:47 +0000
parents 5b44af093b2a
children d443d66a746c
files av_helpers.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/av_helpers.c	Fri Dec 23 22:34:42 2011 +0000
+++ b/av_helpers.c	Sat Dec 24 10:55:47 2011 +0000
@@ -79,7 +79,6 @@
 void init_avcodec(void)
 {
     if (!avcodec_initialized) {
-        avcodec_init();
         avcodec_register_all();
         avcodec_initialized = 1;
         av_log_set_callback(mp_msp_av_log_callback);