diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-26 15:34:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-26 15:34:21 +0000 |
commit | 6548c939ec6f0e385bbaac4d86ed2d9906744839 (patch) | |
tree | 50a18993cfbe75cc14e7430175201175d80e9ada | |
parent | 18ea2f933cfb848aa82628fdce5f4d04bd39e41f (diff) | |
download | ffmpeg-6548c939ec6f0e385bbaac4d86ed2d9906744839.tar.gz |
remove unneeded check
Originally committed as revision 21460 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h264_loopfilter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c index 5ad424c746..5b0a5a9554 100644 --- a/libavcodec/h264_loopfilter.c +++ b/libavcodec/h264_loopfilter.c @@ -613,8 +613,6 @@ void ff_h264_filter_mb( H264Context *h, int mb_x, int mb_y, uint8_t *img_y, uint 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 |