Re: [FFmpeg-devel] [PATCH 1/2] lavu: add av_gcd_q().

2020-05-23 Thread Nicolas George
Nicolas George (12020-04-16): > TODO APIchanges and minor bump. > > Signed-off-by: Nicolas George > --- > libavutil/rational.c | 9 + > libavutil/rational.h | 6 ++ > 2 files changed, 15 insertions(+) Series pushed. Regards, -- Nicolas George signature.asc Description: PGP

Re: [FFmpeg-devel] [PATCH 1/2] lavu: add av_gcd_q().

2020-05-18 Thread Nicolas George
Nicolas George (12020-04-16): > TODO APIchanges and minor bump. > > Signed-off-by: Nicolas George > --- > libavutil/rational.c | 9 + > libavutil/rational.h | 6 ++ > 2 files changed, 15 insertions(+) > > > This one too, I need for the code I am writing. > And lavfi/avf_concat

[FFmpeg-devel] [PATCH 1/2] lavu: add av_gcd_q().

2020-04-16 Thread Nicolas George
TODO APIchanges and minor bump. Signed-off-by: Nicolas George --- libavutil/rational.c | 9 + libavutil/rational.h | 6 ++ 2 files changed, 15 insertions(+) This one too, I need for the code I am writing. And lavfi/avf_concat could use it too to choose a better time base. diff