From df5fbeb013e70f14090cec1998a5f923d6713a1d Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 30 May 2004 19:24:17 +0000 Subject: merge ffmpeg to fix compiler warnings CVS patchset: 6612 CVS date: 2004/05/30 19:24:17 --- src/libffmpeg/libavcodec/cyuv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libffmpeg/libavcodec/cyuv.c') diff --git a/src/libffmpeg/libavcodec/cyuv.c b/src/libffmpeg/libavcodec/cyuv.c index aee2bc5ec..82bc21005 100644 --- a/src/libffmpeg/libavcodec/cyuv.c +++ b/src/libffmpeg/libavcodec/cyuv.c @@ -81,8 +81,6 @@ static int cyuv_decode_frame(AVCodecContext *avctx, unsigned char cur_byte; int pixel_groups; - *data_size = 0; - /* sanity check the buffer size: A buffer has 3x16-bytes tables * followed by (height) lines each with 3 bytes to represent groups * of 4 pixels. Thus, the total size of the buffer ought to be: -- cgit v1.2.3