mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 18:40:03 +01:00
avcodec/motion_est: fix indention of ff_get_best_fcode()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit ce43e1c581)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -1642,7 +1642,7 @@ int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type)
|
|||||||
fcode_tab[my + MAX_MV]);
|
fcode_tab[my + MAX_MV]);
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
if(mx >= range || mx < -range ||
|
if (mx >= range || mx < -range ||
|
||||||
my >= range || my < -range)
|
my >= range || my < -range)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user