diff rv10.c @ 350:6ebbecc10063 libavcodec

- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. - Bug fix H.263+ AIC tables. - Warning fixes.
author pulento
date Thu, 02 May 2002 04:39:45 +0000
parents 9f6071a87e17
children fce0a2520551
line wrap: on
line diff
--- a/rv10.c	Wed May 01 18:12:04 2002 +0000
+++ b/rv10.c	Thu May 02 04:39:45 2002 +0000
@@ -337,7 +337,6 @@
 static int rv10_decode_init(AVCodecContext *avctx)
 {
     MpegEncContext *s = avctx->priv_data;
-    int i;
     static int done;
 
 //    s->avctx= avctx;