diff h263dec.c @ 1453:20a79b0e6d2a libavcodec

removed warnings
author bellard
date Tue, 09 Sep 2003 22:50:44 +0000
parents 3a6d613c88d8
children 460e5ead6722
line wrap: on
line diff
--- a/h263dec.c	Tue Sep 09 22:48:19 2003 +0000
+++ b/h263dec.c	Tue Sep 09 22:50:44 2003 +0000
@@ -390,7 +390,7 @@
                              uint8_t *buf, int buf_size)
 {
     MpegEncContext *s = avctx->priv_data;
-    int ret,i;
+    int ret;
     AVFrame *pict = data; 
     float new_aspect;