Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/encode: restructure the old encode API

2020-03-26 Thread James Almer
On 3/26/2020 4:42 PM, Anton Khirnov wrote: > Quoting James Almer (2020-03-26 20:28:12) >> On 3/26/2020 5:57 AM, Anton Khirnov wrote: >>> Quoting James Almer (2020-03-16 22:30:01) Following the same logic as 061a0c14bb, this commit turns the old encode API into a wrapper for the new

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/encode: restructure the old encode API

2020-03-26 Thread Anton Khirnov
Quoting James Almer (2020-03-26 20:28:12) > On 3/26/2020 5:57 AM, Anton Khirnov wrote: > > Quoting James Almer (2020-03-16 22:30:01) > >> Following the same logic as 061a0c14bb, this commit turns the old encode > >> API > >> into a wrapper for the new one. > >> > >> Signed-off-by: James Almer > >

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/encode: restructure the old encode API

2020-03-26 Thread James Almer
On 3/26/2020 5:57 AM, Anton Khirnov wrote: > Quoting James Almer (2020-03-16 22:30:01) >> Following the same logic as 061a0c14bb, this commit turns the old encode API >> into a wrapper for the new one. >> >> Signed-off-by: James Almer >> --- >> This could be squashed with the previous commit, like

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/encode: restructure the old encode API

2020-03-26 Thread Anton Khirnov
Quoting James Almer (2020-03-16 22:30:01) > Following the same logic as 061a0c14bb, this commit turns the old encode API > into a wrapper for the new one. > > Signed-off-by: James Almer > --- > This could be squashed with the previous commit, like it was done in > 061a0c14bb, > but i figured it

[FFmpeg-devel] [PATCH 2/3 v2] avcodec/encode: restructure the old encode API

2020-03-16 Thread James Almer
Following the same logic as 061a0c14bb, this commit turns the old encode API into a wrapper for the new one. Signed-off-by: James Almer --- This could be squashed with the previous commit, like it was done in 061a0c14bb, but i figured it would be easier to review this way. libavcodec/encode.c