summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
diff options
context:
space:
mode:
authorbubu <bubu@bubu.net>2003-01-01 15:10:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-01 15:10:45 +0000
commitccfddafbd9a775b05faeaf2f5a5ed182951419aa (patch)
tree787d7625d6b2f861a7512583effd4afc8fff3775 /libavcodec/dv.c
parent7204b806a0f62401bc66e137f475e896dc3e4dfa (diff)
warnings patch by (bubu <bubu at bubu dot net>)
Originally committed as revision 1386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r--libavcodec/dv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index fe0e5ec5d2..f436caf128 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -497,7 +497,6 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
{
DVVideoDecodeContext *s = avctx->priv_data;
int sct, dsf, apt, ds, nb_dif_segs, vs, width, height, i, packet_size;
- unsigned size;
UINT8 *buf_ptr;
const UINT16 *mb_pos_ptr;