diff vc9.c @ 2893:6f8bcb169256 libavcodec

fix unused variable warnings
author aurel
date Wed, 21 Sep 2005 23:09:16 +0000
parents 3144a4fc383b
children ef2149182f1c
line wrap: on
line diff
--- a/vc9.c	Wed Sep 21 21:17:09 2005 +0000
+++ b/vc9.c	Wed Sep 21 23:09:16 2005 +0000
@@ -1983,7 +1983,7 @@
 {
     int i, cbp, val;
     uint8_t *coded_val;
-    uint32_t * const mb_type_ptr= &v->s.current_picture.mb_type[ v->s.mb_x + v->s.mb_y*v->s.mb_stride ];
+//    uint32_t * const mb_type_ptr= &v->s.current_picture.mb_type[ v->s.mb_x + v->s.mb_y*v->s.mb_stride ];
 
     v->s.mb_intra = 1;
     cbp = get_vlc2(&v->s.gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2);