# HG changeset patch # User cigaes # Date 1324724147 0 # Node ID fd7abb6f787ac4791946d3f96757bdc0dea72e5d # Parent 5b44af093b2a7da89543f3daacb3f1398252b7d1 av_helpers: remove obsolete avcodec_init. diff -r 5b44af093b2a -r fd7abb6f787a av_helpers.c --- 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);