Re: [FFmpeg-devel] [PATCH] avcodec/amfenc: Add support for on-demand key frames

2024-09-06 Thread Cameron Gutman
On Fri, Sep 6, 2024 at 1:57 AM Anton Khirnov wrote: > > Quoting Lynne via ffmpeg-devel (2024-09-05 23:27:40) > > On 05/09/2024 07:16, Cameron Gutman wrote: > > > Signed-off-by: Cameron Gutman > > > --- > > > libavcodec/amfenc.c | 34 +- > > > 1 file changed, 33

Re: [FFmpeg-devel] [PATCH] avcodec/amfenc: Add support for on-demand key frames

2024-09-05 Thread Anton Khirnov
Quoting Lynne via ffmpeg-devel (2024-09-05 23:27:40) > On 05/09/2024 07:16, Cameron Gutman wrote: > > Signed-off-by: Cameron Gutman > > --- > > libavcodec/amfenc.c | 34 +- > > 1 file changed, 33 insertions(+), 1 deletion(-) > > > > diff --git a/libavcodec/amfen

Re: [FFmpeg-devel] [PATCH] avcodec/amfenc: Add support for on-demand key frames

2024-09-05 Thread Lynne via ffmpeg-devel
On 05/09/2024 07:16, Cameron Gutman wrote: Signed-off-by: Cameron Gutman --- libavcodec/amfenc.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/libavcodec/amfenc.c b/libavcodec/amfenc.c index 41eaef9758..6f2b211d14 100644 --- a/libavcode

[FFmpeg-devel] [PATCH] avcodec/amfenc: Add support for on-demand key frames

2024-09-04 Thread Cameron Gutman
Signed-off-by: Cameron Gutman --- libavcodec/amfenc.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/libavcodec/amfenc.c b/libavcodec/amfenc.c index 41eaef9758..6f2b211d14 100644 --- a/libavcodec/amfenc.c +++ b/libavcodec/amfenc.c @@ -766,11