diff mpegvideo.c @ 2834:fd5d7c732c6b libavcodec

kill a bunch of compiler warnings
author mru
date Sun, 14 Aug 2005 15:42:40 +0000
parents 3137aae854c9
children 27359d425eb1
line wrap: on
line diff
--- a/mpegvideo.c	Sun Aug 14 01:15:27 2005 +0000
+++ b/mpegvideo.c	Sun Aug 14 15:42:40 2005 +0000
@@ -887,7 +887,7 @@
 int MPV_encode_init(AVCodecContext *avctx)
 {
     MpegEncContext *s = avctx->priv_data;
-    int i, dummy;
+    int i;
     int chroma_h_shift, chroma_v_shift;
     
     MPV_encode_defaults(s);