diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-05-25 18:07:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-25 18:07:25 +0000 |
commit | 4df8ca9df2d960b9a112d60cdfd61d7f10f44cfa (patch) | |
tree | 32ba1d89017a1a144bce6424d38ac1378a0de575 /libavcodec/wmv2.c | |
parent | 4fc2c6447ff5432da131082662e0345f8772721c (diff) | |
download | ffmpeg-4df8ca9df2d960b9a112d60cdfd61d7f10f44cfa.tar.gz |
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
Originally committed as revision 3156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmv2.c')
-rw-r--r-- | libavcodec/wmv2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index a5ba1dd2da..13a112d1fb 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -479,9 +479,6 @@ s->picture_number++; //FIXME ? return 0; } -static void ff_wmv2_decode_init(MpegEncContext *s){ -} - static inline int wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr){ MpegEncContext * const s= &w->s; int ret; |