Re: [FFmpeg-devel] [PATCH 10/18] fftools/ffmpeg: move derivation of frame duration from filter framerate

2023-08-29 Thread Anton Khirnov
I'm dropping this patch for now due to it causing issues in some cases. I'll probably resend a version of it later. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe,

[FFmpeg-devel] [PATCH 10/18] fftools/ffmpeg: move derivation of frame duration from filter framerate

2023-08-26 Thread Anton Khirnov
>From ffmpeg_enc to ffmpeg_filter, which is a more appropriate place for it. fate-lavf-gxf* no longer spuriously duplicate the first video frame, due to different rounding. --- fftools/ffmpeg_enc.c| 9 + fftools/ffmpeg_filter.c | 8 +++- tests/ref/lavf/gxf | 2 +-