mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove unneeded check
Originally committed as revision 21460 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
18ea2f933c
commit
6548c939ec
@ -613,8 +613,6 @@ void ff_h264_filter_mb( H264Context *h, int mb_x, int mb_y, uint8_t *img_y, uint
|
|||||||
int list;
|
int list;
|
||||||
|
|
||||||
if (FRAME_MBAFF
|
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
|
// and current and left pair do not have the same interlaced type
|
||||||
&& IS_INTERLACED(mb_type^h->left_type[0])
|
&& IS_INTERLACED(mb_type^h->left_type[0])
|
||||||
// and left mb is in the same slice if deblocking_filter == 2
|
// and left mb is in the same slice if deblocking_filter == 2
|
||||||
|
Loading…
Reference in New Issue
Block a user