]> git.sesse.net Git - ffmpeg/commitdiff
* 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 f7449d3b137aa6b874aa7428df27f2edf417914f..77e4e750d6b6ea909ec4a608ede1d208b43b8382 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 */