Re: [FFmpeg-devel] [PATCH v4 1/2] avcodec/libx264: Add support for Sony XAVC Class 300 and 480

2021-06-22 Thread lance . lmwang
On Tue, Jun 22, 2021 at 12:14:12PM +0200, Hendrik Leppkes wrote: > On Tue, Jun 22, 2021 at 12:12 PM wrote: > > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > have tested with x264 version 141, 142, 156, 157, 163, 164. > > > > libavcodec/libx264.c | 15 ++- > > 1

Re: [FFmpeg-devel] [PATCH v4 1/2] avcodec/libx264: Add support for Sony XAVC Class 300 and 480

2021-06-22 Thread Hendrik Leppkes
On Tue, Jun 22, 2021 at 12:12 PM wrote: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > have tested with x264 version 141, 142, 156, 157, 163, 164. > > libavcodec/libx264.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/libx264.c

[FFmpeg-devel] [PATCH v4 1/2] avcodec/libx264: Add support for Sony XAVC Class 300 and 480

2021-06-22 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- have tested with x264 version 141, 142, 156, 157, 163, 164. libavcodec/libx264.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 36fdb56..977b78a 100644 ---