mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
avcodec/motion_est: fix indention of ff_get_best_fcode()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit ce43e1c581b4ed539ab366cc3df458779e8a44b8) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
5ead850302
commit
00f9a2bfd5
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user