diff wmv2.c @ 1057:bb5de8a59da8 libavcodec

* static,const,compiler warning cleanup
author kabi
date Mon, 10 Feb 2003 09:35:32 +0000
parents 747790b270cf
children b32afefe7d33
line wrap: on
line diff
--- a/wmv2.c	Sun Feb 09 16:58:47 2003 +0000
+++ b/wmv2.c	Mon Feb 10 09:35:32 2003 +0000
@@ -467,7 +467,7 @@
     return 0;
 }
 
-void ff_wmv2_decode_init(MpegEncContext *s){
+static void ff_wmv2_decode_init(MpegEncContext *s){
 }
 
 static inline int wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr){