OSDN Git Service

* avcodec_init could be removed I guess...
authorZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 11 Nov 2002 09:31:17 +0000 (09:31 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 11 Nov 2002 09:31:17 +0000 (09:31 +0000)
Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/utils.c

index f7449d3..77e4e75 100644 (file)
@@ -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 */