# HG changeset patch # User michael # Date 1264520061 0 # Node ID 4aee091df9347d697d62a7eab15a1c1c2ef9be4b # Parent d844c58b985a5c7bdeda2400a9e0cb2381efbd35 remove unneeded check diff -r d844c58b985a -r 4aee091df934 h264_loopfilter.c --- 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