Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread James Almer
On 4/9/2020 1:45 PM, Philip Langdale wrote: > On Thu, 9 Apr 2020 11:20:09 -0300 > James Almer wrote: > >> On 4/8/2020 7:04 PM, Philip Langdale wrote: >>> On Wed, 8 Apr 2020 14:58:36 -0300 >>> James Almer wrote: >>> Signed-off-by: James Almer --- This removes the encode2() imp

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread Philip Langdale
On Thu, 9 Apr 2020 11:20:09 -0300 James Almer wrote: > On 4/8/2020 7:04 PM, Philip Langdale wrote: > > On Wed, 8 Apr 2020 14:58:36 -0300 > > James Almer wrote: > > > >> Signed-off-by: James Almer > >> --- > >> This removes the encode2() implementation as it'll never be used > >> if a receiv

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread James Almer
On 4/8/2020 7:04 PM, Philip Langdale wrote: > On Wed, 8 Apr 2020 14:58:36 -0300 > James Almer wrote: > >> Signed-off-by: James Almer >> --- >> This removes the encode2() implementation as it'll never be used if a >> receive_packet() one exists, and the flush() implementation since >> according

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-09 Thread Ali KIZIL
Marton Balint , 9 Nis 2020 Per, 01:23 tarihinde şunu yazdı: > > > On Wed, 8 Apr 2020, Philip Langdale wrote: > > > On Wed, 8 Apr 2020 14:58:36 -0300 > > James Almer wrote: > > > >> Signed-off-by: James Almer > >> --- > >> This removes the encode2() implementation as it'll never be used if a > >

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-08 Thread Marton Balint
On Wed, 8 Apr 2020, Philip Langdale wrote: On Wed, 8 Apr 2020 14:58:36 -0300 James Almer wrote: Signed-off-by: James Almer --- This removes the encode2() implementation as it'll never be used if a receive_packet() one exists, and the flush() implementation since according to Anton Khirnov

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-08 Thread Philip Langdale
On Wed, 8 Apr 2020 14:58:36 -0300 James Almer wrote: > Signed-off-by: James Almer > --- > This removes the encode2() implementation as it'll never be used if a > receive_packet() one exists, and the flush() implementation since > according to Anton Khirnov avcodec_flush_buffers() is not meant t

[FFmpeg-devel] [PATCH] avcodec/nvenc: adapt to the new internal encode API

2020-04-08 Thread James Almer
Signed-off-by: James Almer --- This removes the encode2() implementation as it'll never be used if a receive_packet() one exists, and the flush() implementation since according to Anton Khirnov avcodec_flush_buffers() is not meant to be used with encoders, where its behavior is undefined. libavc