[FFmpeg-cvslog] r21941 - trunk/libavcodec/h264.h

diego subversion
Sun Feb 21 16:29:18 CET 2010


Author: diego
Date: Sun Feb 21 16:29:17 2010
New Revision: 21941

Log:
Remove unused variable, fixes warnings of the type:
libavcodec/h264.h:816: warning: unused variable `mb_xy'

Modified:
   trunk/libavcodec/h264.h

Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h	Sun Feb 21 16:11:59 2010	(r21940)
+++ trunk/libavcodec/h264.h	Sun Feb 21 16:29:17 2010	(r21941)
@@ -813,7 +813,6 @@ static void fill_decode_neighbors(H264Co
 
 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;



More information about the ffmpeg-cvslog mailing list