From d9839fe8623c855b6b335df3a5b9783e3ed22266 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 27 Oct 2012 18:01:51 +0200 Subject: mp_image: add fields to pass colorspace down the filter chain Note that this also adds a RGB colorspace for general symmetry. The frontend (colormatrix property and options) and mp_get_yuv2rgb_coeffs() don't support this. --- libvo/csputils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo/csputils.h') diff --git a/libvo/csputils.h b/libvo/csputils.h index fc6b492441..d66bb86fa3 100644 --- a/libvo/csputils.h +++ b/libvo/csputils.h @@ -24,6 +24,7 @@ #ifndef MPLAYER_CSPUTILS_H #define MPLAYER_CSPUTILS_H +#include #include #include "libavcodec/avcodec.h" @@ -38,6 +39,7 @@ enum mp_csp { MP_CSP_BT_601, MP_CSP_BT_709, MP_CSP_SMPTE_240M, + MP_CSP_RGB, MP_CSP_COUNT }; -- cgit v1.2.3