diff utils.c @ 1201:e0fc95a6eb4e libavcodec

fixed static init
author bellard
date Sun, 20 Apr 2003 16:16:52 +0000
parents f0c39139426d
children 327c5a36dfe7
line wrap: on
line diff
--- a/utils.c	Sun Apr 20 16:15:43 2003 +0000
+++ b/utils.c	Sun Apr 20 16:16:52 2003 +0000
@@ -555,7 +555,7 @@
 	return;
     inited = 1;
 
-    //dsputil_init();
+    dsputil_static_init();
 }
 
 /* this can be called after seeking and before trying to decode the next keyframe */