changeset 1418:e6e43c68e19c libavcodec

avoid warning
author bellard
date Sun, 24 Aug 2003 22:21:06 +0000
parents 89dacc2b9bf0
children a7a9df478e46
files wmv2.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: