# HG changeset patch # User bellard # Date 1061763666 0 # Node ID e6e43c68e19c07cecaf29f80e609eb0da4de910b # Parent 89dacc2b9bf05aadae46c4b23222a3bed6a4ed81 avoid warning diff -r 89dacc2b9bf0 -r e6e43c68e19c wmv2.c --- a/wmv2.c Sun Aug 24 22:15:37 2003 +0000 +++ b/wmv2.c Sun Aug 24 22:21:06 2003 +0000 @@ -101,7 +101,6 @@ } 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 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: