Re: [FFmpeg-devel] [PATCH 3/3] avcodec/webp: add support for ICCP chunks

2017-07-26 Thread James Almer
On 7/26/2017 3:18 AM, Rostislav Pehlivanov wrote: > On 26 July 2017 at 05:31, James Almer wrote: > >> Export the raw data as ICC Profile frame side data. >> >> Signed-off-by: James Almer >> --- >> libavcodec/webp.c | 26 -- >> 1 file changed, 24 insertions(+), 2 deletion

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/webp: add support for ICCP chunks

2017-07-26 Thread Moritz Barsnick
On Wed, Jul 26, 2017 at 07:18:35 +0100, Rostislav Pehlivanov wrote: > > * Exif metadata > > + * ICC profile > > Can't find anything that could go wrong here and the specs don't mention > anything special, so LGTM. Does this perhaps imply need of a micro version bump? Moritz ___

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/webp: add support for ICCP chunks

2017-07-25 Thread Rostislav Pehlivanov
On 26 July 2017 at 05:31, James Almer wrote: > Export the raw data as ICC Profile frame side data. > > Signed-off-by: James Almer > --- > libavcodec/webp.c | 26 -- > 1 file changed, 24 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/webp.c b/libavcodec/webp.c