Reindent.
Originally committed as revision 25803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7de19a3264
commit
b7be04f3c0
@ -47,11 +47,11 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
|
|||||||
return AVERROR(EINVAL);
|
return AVERROR(EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
gcd = av_gcd(FFABS(aspect->aspect.num), FFABS(aspect->aspect.den));
|
gcd = av_gcd(FFABS(aspect->aspect.num), FFABS(aspect->aspect.den));
|
||||||
if (gcd) {
|
if (gcd) {
|
||||||
aspect->aspect.num /= gcd;
|
aspect->aspect.num /= gcd;
|
||||||
aspect->aspect.den /= gcd;
|
aspect->aspect.den /= gcd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (aspect->aspect.den == 0)
|
if (aspect->aspect.den == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user