[FFmpeg-cvslog] r21460 - trunk/libavcodec/h264_loopfilter.c

michael subversion
Tue Jan 26 16:34:21 CET 2010


Author: michael
Date: Tue Jan 26 16:34:21 2010
New Revision: 21460

Log:
remove unneeded check

Modified:
   trunk/libavcodec/h264_loopfilter.c

Modified: trunk/libavcodec/h264_loopfilter.c
==============================================================================
--- trunk/libavcodec/h264_loopfilter.c	Tue Jan 26 15:57:53 2010	(r21459)
+++ trunk/libavcodec/h264_loopfilter.c	Tue Jan 26 16:34:21 2010	(r21460)
@@ -613,8 +613,6 @@ void ff_h264_filter_mb( H264Context *h, 
     int list;
 
     if (FRAME_MBAFF
-            // left mb is in picture
-            && h->slice_table[mb_xy-1] != 0xFFFF
             // and current and left pair do not have the same interlaced type
             && IS_INTERLACED(mb_type^h->left_type[0])
             // and left mb is in the same slice if deblocking_filter == 2



More information about the ffmpeg-cvslog mailing list