diff dsputil.h @ 1201:e0fc95a6eb4e libavcodec

fixed static init
author bellard
date Sun, 20 Apr 2003 16:16:52 +0000
parents 5af9aeadbdc3
children a71fe70b428b
line wrap: on
line diff
--- a/dsputil.h	Sun Apr 20 16:15:43 2003 +0000
+++ b/dsputil.h	Sun Apr 20 16:16:52 2003 +0000
@@ -245,6 +245,7 @@
 
 } DSPContext;
 
+void dsputil_static_init(void);
 void dsputil_init(DSPContext* p, AVCodecContext *avctx);
 
 /**