Re: [FFmpeg-devel] [PATCH v1] avfilter/showinfo: support Content Light Level information

2019-08-10 Thread Limin Wang
On Fri, Aug 09, 2019 at 11:12:35AM +0200, Nicolas George wrote: > Limin Wang (12019-08-09): > > IMO, the medata memory is allocate by > > av_content_light_metadata_create_side_data() api, it's valid already, > > there is no need to check the size. > > Unless somebody made a programming mistake

Re: [FFmpeg-devel] [PATCH v1] avfilter/showinfo: support Content Light Level information

2019-08-09 Thread Nicolas George
Limin Wang (12019-08-09): > IMO, the medata memory is allocate by > av_content_light_metadata_create_side_data() api, it's valid already, > there is no need to check the size. Unless somebody made a programming mistake somewhere else. Regards, -- Nicolas George signature.asc Description:

Re: [FFmpeg-devel] [PATCH v1] avfilter/showinfo: support Content Light Level information

2019-08-08 Thread Limin Wang
On Fri, Aug 09, 2019 at 10:50:10AM +0800, myp...@gmail.com wrote: > On Fri, Aug 9, 2019 at 10:36 AM wrote: > > > > From: Limin Wang > > > > show real information instead of the unknown side data type message for > > HDR10 stream > > > > Signed-off-by: Limin Wang > > --- > >

Re: [FFmpeg-devel] [PATCH v1] avfilter/showinfo: support Content Light Level information

2019-08-08 Thread myp...@gmail.com
On Fri, Aug 9, 2019 at 10:36 AM wrote: > > From: Limin Wang > > show real information instead of the unknown side data type message for HDR10 > stream > > Signed-off-by: Limin Wang > --- > libavfilter/vf_showinfo.c | 12 > 1 file changed, 12 insertions(+) > > diff --git

[FFmpeg-devel] [PATCH v1] avfilter/showinfo: support Content Light Level information

2019-08-08 Thread lance . lmwang
From: Limin Wang show real information instead of the unknown side data type message for HDR10 stream Signed-off-by: Limin Wang --- libavfilter/vf_showinfo.c | 12 1 file changed, 12 insertions(+) diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c index