You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
cosmetics: Fix weird indentations
This commit is contained in:
@@ -281,7 +281,7 @@ static av_always_inline av_const int64_t ff_rint64_clip(double a, int64_t amin,
|
||||
if (a >= 9223372036854775808.0)
|
||||
return amax;
|
||||
if (a <= -9223372036854775808.0)
|
||||
return amin;
|
||||
return amin;
|
||||
|
||||
// safe to call llrint and clip accordingly
|
||||
res = llrint(a);
|
||||
|
||||
Reference in New Issue
Block a user