diff utils.c @ 851:a25aed263097 libavcodec

* avcodec_init could be removed I guess...
author kabi
date Mon, 11 Nov 2002 09:31:17 +0000
parents 8f31ed5bacd1
children 058194d7ade6
line wrap: on
line diff
--- a/utils.c	Mon Nov 11 09:30:07 2002 +0000
+++ b/utils.c	Mon Nov 11 09:31:17 2002 +0000
@@ -470,7 +470,7 @@
 	return;
     inited = 1;
 
-    dsputil_init();
+    //dsputil_init();
 }
 
 /* this should be called after seeking and before trying to decode the next frame */