mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
simplify
Originally committed as revision 7345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3b9cf3bdb3
commit
2175b80bed
@ -1823,8 +1823,8 @@ static inline int direct_search(MpegEncContext * s, int mb_x, int mb_y)
|
||||
|
||||
get_limits(s, 16*mb_x, 16*mb_y); //restore c->?min/max, maybe not needed
|
||||
|
||||
s->b_direct_mv_table[mot_xy][0]= mx;
|
||||
s->b_direct_mv_table[mot_xy][1]= my;
|
||||
mv_table[mot_xy][0]= mx;
|
||||
mv_table[mot_xy][1]= my;
|
||||
c->flags &= ~FLAG_DIRECT;
|
||||
c->sub_flags &= ~FLAG_DIRECT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user