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

michael subversion
Fri Feb 26 01:10:35 CET 2010


Author: michael
Date: Fri Feb 26 01:10:35 2010
New Revision: 22067

Log:
Remove unneeded line of code from the neighbor setting code in h264.

Modified:
   trunk/libavcodec/h264.h

Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h	Fri Feb 26 01:08:27 2010	(r22066)
+++ trunk/libavcodec/h264.h	Fri Feb 26 01:10:35 2010	(r22067)
@@ -795,7 +795,6 @@ static void fill_decode_neighbors(H264Co
                 top_xy      += s->mb_stride & (((s->current_picture.mb_type[top_xy    ]>>7)&1)-1);
             }
             if (left_mb_field_flag != curr_mb_field_flag) {
-                left_xy[1] = left_xy[0] = mb_xy - 1;
                 if (curr_mb_field_flag) {
                     left_xy[1] += s->mb_stride;
                     h->left_block = left_block_options[3];



More information about the ffmpeg-cvslog mailing list