Re: [FFmpeg-devel] [PATCH] avcodec: Add explicit capability flag for encoder flushing

2020-04-10 Thread Philip Langdale
On Fri, 10 Apr 2020 18:47:06 -0300 James Almer wrote: > > Seems fine in principle, but I'd like to hear Anton's opinion. Thanks. I've sent an updated patch and will wait for Anton. --phil ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https:/

Re: [FFmpeg-devel] [PATCH] avcodec: Add explicit capability flag for encoder flushing

2020-04-10 Thread James Almer
On 4/10/2020 5:58 PM, Philip Langdale wrote: > We've been in this fuzzy situation where maybe you could call > avcodec_flush_buffers() on an encoder but there weren't any encoders > that supported it except maybe audiotoolboxenc. Then we added flush > support to nvenc very intentionally, and it wor

[FFmpeg-devel] [PATCH] avcodec: Add explicit capability flag for encoder flushing

2020-04-10 Thread Philip Langdale
We've been in this fuzzy situation where maybe you could call avcodec_flush_buffers() on an encoder but there weren't any encoders that supported it except maybe audiotoolboxenc. Then we added flush support to nvenc very intentionally, and it worked, but that was more a coincidence than anything el