changeset 11016:4aee091df934 libavcodec

remove unneeded check
author michael
date Tue, 26 Jan 2010 15:34:21 +0000
parents d844c58b985a
children aa10bb3c244c
files h264_loopfilter.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h264_loopfilter.c	Tue Jan 26 14:57:53 2010 +0000
+++ b/h264_loopfilter.c	Tue Jan 26 15:34:21 2010 +0000
@@ -613,8 +613,6 @@
     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