Re: [FFmpeg-devel] [PATCH 2/2] swscale: add bt2020 yuv2rgb coefficients.

2016-03-31 Thread Michael Niedermayer
On Thu, Mar 31, 2016 at 04:01:17PM -0400, Ronald S. Bultje wrote: > --- > libswscale/swscale.h | 1 + > libswscale/swscale_internal.h | 2 +- > libswscale/version.h | 2 +- > libswscale/yuv2rgb.c | 9 ++--- > 4 files changed, 9 insertions(+), 5 deletions(-) LGTM th

[FFmpeg-devel] [PATCH 2/2] swscale: add bt2020 yuv2rgb coefficients.

2016-03-31 Thread Ronald S. Bultje
--- libswscale/swscale.h | 1 + libswscale/swscale_internal.h | 2 +- libswscale/version.h | 2 +- libswscale/yuv2rgb.c | 9 ++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libswscale/swscale.h b/libswscale/swscale.h index da9dd2e..6b8b926 100644