diff dv.c @ 862:058194d7ade6 libavcodec

* fixing some minor const warnings
author kabi
date Tue, 12 Nov 2002 15:00:04 +0000
parents eacc2dd8fd9d
children 6eda806efda9
line wrap: on
line diff
--- a/dv.c	Tue Nov 12 10:05:21 2002 +0000
+++ b/dv.c	Tue Nov 12 15:00:04 2002 +0000
@@ -495,7 +495,8 @@
                                  UINT8 *buf, int buf_size)
 {
     DVVideoDecodeContext *s = avctx->priv_data;
-    int sct, dsf, apt, ds, nb_dif_segs, vs, size, width, height, i, packet_size;
+    int sct, dsf, apt, ds, nb_dif_segs, vs, width, height, i, packet_size;
+    unsigned size;
     UINT8 *buf_ptr;
     const UINT16 *mb_pos_ptr;
     AVPicture *picture;