diff --git a/libavcodec/utils.c b/libavcodec/utils.c index f7449d3b13..77e4e750d6 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -470,7 +470,7 @@ void avcodec_init(void) return; inited = 1; - dsputil_init(); + //dsputil_init(); } /* this should be called after seeking and before trying to decode the next frame */