You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
@@ -216,7 +216,7 @@ static int get_rounded_direction(int gx, int gy)
|
||||
|
||||
if (gx < 0)
|
||||
gx = -gx, gy = -gy;
|
||||
gy <<= 16;
|
||||
gy *= (1 << 16);
|
||||
tanpi8gx = 27146 * gx;
|
||||
tan3pi8gx = 158218 * gx;
|
||||
if (gy > -tan3pi8gx && gy < -tanpi8gx) return DIRECTION_45UP;
|
||||
|
Reference in New Issue
Block a user