From acaa20d7bda312362c743f4bc5fb5a51f63c3720 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sun, 24 Aug 2003 22:21:06 +0000 Subject: avoid warning Originally committed as revision 2161 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmv2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/wmv2.c') diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index ea4f407eb8..b0f0838d02 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -101,7 +101,6 @@ static int wmv2_encode_init(AVCodecContext *avctx){ } static int wmv2_encode_end(AVCodecContext *avctx){ - Wmv2Context * const w= avctx->priv_data; if(MPV_encode_end(avctx) < 0) return -1; @@ -587,7 +586,6 @@ static inline int wmv2_decode_inter_block(Wmv2Context *w, DCTELEM *block, int n, static void wmv2_add_block(Wmv2Context *w, DCTELEM *block1, uint8_t *dst, int stride, int n){ MpegEncContext * const s= &w->s; - uint8_t temp[2][64]; switch(w->abt_type_table[n]){ case 0: -- cgit v1.2.3