Re: [FFmpeg-devel] [PATCH 13/13] lavc/videotoolboxenc: Set colorimetry values

2016-04-22 Thread Richard Kern
> On Apr 10, 2016, at 12:27 AM, Carl Eugen Hoyos wrote: > > Rick Kern gmail.com> writes: > >> +enabled kCVImageBufferColorPrimaries_ITU_R_2020 && >> add_cppflags -DHAVE_VT_BT2020_KEYS > > This is not ok, the define should be added to config.h. > >> +#ifndef

Re: [FFmpeg-devel] [PATCH 13/13] lavc/videotoolboxenc: Set colorimetry values

2016-04-09 Thread Carl Eugen Hoyos
Rick Kern gmail.com> writes: > +enabled kCVImageBufferColorPrimaries_ITU_R_2020 && > add_cppflags -DHAVE_VT_BT2020_KEYS This is not ok, the define should be added to config.h. > +#ifndef HAVE_VT_BT2020_KEYS > +# define kCVImageBufferColorPrimaries_ITU_R_2020 CFSTR("ITU_R_2020") > +# define

[FFmpeg-devel] [PATCH 13/13] lavc/videotoolboxenc: Set colorimetry values

2016-04-09 Thread Rick Kern
Signed-off-by: Rick Kern --- configure| 3 + libavcodec/videotoolboxenc.c | 209 +++ 2 files changed, 212 insertions(+) diff --git a/configure b/configure index 94a66d8..10d4bab 100755 --- a/configure +++