changeset 11234:3fbc764c4848 libavcodec

Remove unused variable, fixes warnings of the type: libavcodec/h264.h:816: warning: unused variable `mb_xy'
author diego
date Sun, 21 Feb 2010 15:29:17 +0000
parents 2d49996fe7d1
children 5c339e441ace
files h264.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.h	Sun Feb 21 15:11:59 2010 +0000
+++ b/h264.h	Sun Feb 21 15:29:17 2010 +0000
@@ -813,7 +813,6 @@
 
 static void fill_decode_caches(H264Context *h, int mb_type){
     MpegEncContext * const s = &h->s;
-    const int mb_xy= h->mb_xy;
     int topleft_xy, top_xy, topright_xy, left_xy[2];
     int topleft_type, top_type, topright_type, left_type[2];
     const uint8_t * left_block= h->left_block;