Re: [FFmpeg-devel] [PATCH 1/3] avcodec/libx264: use a function to parse x264opts

2020-07-17 Thread James Almer
On 7/10/2020 6:01 PM, James Almer wrote: > This is needed for the following patch. > > Signed-off-by: James Almer > --- > libavcodec/libx264.c | 44 > 1 file changed, 28 insertions(+), 16 deletions(-) Patchset pushed.

[FFmpeg-devel] [PATCH 1/3] avcodec/libx264: use a function to parse x264opts

2020-07-10 Thread James Almer
This is needed for the following patch. Signed-off-by: James Almer --- libavcodec/libx264.c | 44 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index d4b1fd0d53..4a82e1ba25 100644 --- a/lib