mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Get rid of a check in one direction that cant be true in it in that part
of the code. No meassureable speed change. Originally committed as revision 21566 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e62bd367ea
commit
37b2b0d6cd
@ -510,7 +510,7 @@ static av_always_inline void filter_mb_dir(H264Context *h, int mb_x, int mb_y, u
|
|||||||
int i, l;
|
int i, l;
|
||||||
int mv_done;
|
int mv_done;
|
||||||
|
|
||||||
if( FRAME_MBAFF && IS_INTERLACED(mb_type ^ mbm_type)) { //FIXME not posible left
|
if( dir && FRAME_MBAFF && IS_INTERLACED(mb_type ^ mbm_type)) {
|
||||||
*(uint64_t*)bS= 0x0001000100010001ULL;
|
*(uint64_t*)bS= 0x0001000100010001ULL;
|
||||||
mv_done = 1;
|
mv_done = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user