From 076b3d13855870df9eb599b7a26e708f9b8d1ace Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 27 Feb 2015 21:10:09 +0100 Subject: csputils: add support for BT.470-M For some kind of legacy TV system, who knows? But ffmpeg supports it, and it's cheap for us to add. --- video/csputils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/csputils.h') diff --git a/video/csputils.h b/video/csputils.h index 029b3213e4..b6d17c1815 100644 --- a/video/csputils.h +++ b/video/csputils.h @@ -64,6 +64,7 @@ enum mp_csp_prim { MP_CSP_PRIM_BT_601_625, MP_CSP_PRIM_BT_709, MP_CSP_PRIM_BT_2020, + MP_CSP_PRIM_BT_470M, MP_CSP_PRIM_COUNT }; -- cgit v1.2.3