[MPlayer-dev-eng] [PATCH 1/2] av_helpers: remove obsolete avcodec_init.

Nicolas George nicolas.george at normalesup.org
Wed Dec 21 15:59:29 CET 2011


---
 av_helpers.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/av_helpers.c b/av_helpers.c
index 5360832..11bed7c 100644
--- a/av_helpers.c
+++ b/av_helpers.c
@@ -79,7 +79,6 @@ static void mp_msp_av_log_callback(void *ptr, int level, const char *fmt,
 void init_avcodec(void)
 {
     if (!avcodec_initialized) {
-        avcodec_init();
         avcodec_register_all();
         avcodec_initialized = 1;
         av_log_set_callback(mp_msp_av_log_callback);
-- 
1.7.7.3



More information about the MPlayer-dev-eng mailing list