diff h263dec.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 3c5266cda02d
children 386f430e93f4
line wrap: on
line diff
--- a/h263dec.c	Wed May 01 18:12:04 2002 +0000
+++ b/h263dec.c	Thu May 02 04:39:45 2002 +0000
@@ -28,7 +28,6 @@
 static int h263_decode_init(AVCodecContext *avctx)
 {
     MpegEncContext *s = avctx->priv_data;
-    int i;
 
     s->avctx = avctx;
     s->out_format = FMT_H263;