Re: [FFmpeg-devel] [PATCH 2/2] lavfi/framesync: use av_gcd_q().

2020-04-16 Thread Nicolas George
Andreas Rheinhardt (12020-04-16): > lcm is now unused, so should be removed with this commit. > (I'm not commenting on the actual merits of the patch.) Indeed. I updated the patch, it now contains an extra hunk: @@ -117,7 +117,6 @@ static void framesync_sync_level_update(FFFrameSync *fs) int ff_

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/framesync: use av_gcd_q().

2020-04-16 Thread Andreas Rheinhardt
Nicolas George: > Signed-off-by: Nicolas George > --- > libavfilter/framesync.c | 13 ++--- > 1 file changed, 2 insertions(+), 11 deletions(-) > > diff --git a/libavfilter/framesync.c b/libavfilter/framesync.c > index bc95f7d904..26e5219d1b 100644 > --- a/libavfilter/framesync.c > +++ b/

[FFmpeg-devel] [PATCH 2/2] lavfi/framesync: use av_gcd_q().

2020-04-16 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/framesync.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/libavfilter/framesync.c b/libavfilter/framesync.c index bc95f7d904..26e5219d1b 100644 --- a/libavfilter/framesync.c +++ b/libavfilter/framesync.c @@ -142,17