summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-02-27 21:10:09 +0100
committerNiklas Haas <git@nand.wakku.to>2015-02-28 01:07:09 +0100
commit076b3d13855870df9eb599b7a26e708f9b8d1ace (patch)
treee18c0c16899fef4d46a87bf4def5ee600899e212 /video/csputils.h
parent73c5c3df5336348367902ec76a5f702909549696 (diff)
downloadmpv-076b3d13855870df9eb599b7a26e708f9b8d1ace.tar.bz2
mpv-076b3d13855870df9eb599b7a26e708f9b8d1ace.tar.xz
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.
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h1
1 files changed, 1 insertions, 0 deletions
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
};