summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authormplayer-svn <svn@mplayerhq.hu>2012-01-05 20:32:10 +0000
committerwm4 <wm4@nowhere>2012-08-03 01:43:03 +0200
commit2e127903246f5b41557cfe6df9e96d0394a53df2 (patch)
tree1ee2e2cdcd868d98ebd5026f8eeb2284e28fe1f3 /codec-cfg.c
parent98f15b645ff1d10a914c004d0b076916a5f1f094 (diff)
downloadmpv-2e127903246f5b41557cfe6df9e96d0394a53df2.tar.bz2
mpv-2e127903246f5b41557cfe6df9e96d0394a53df2.tar.xz
libmpcodecs: add support for 422P9
For some reason only 9-bit 422 wasn't added before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34524 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: reimar
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 83d9f9e606..305cc8e788 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -166,6 +166,7 @@ static const struct {
{"444P9", IMGFMT_444P9},
{"422P16", IMGFMT_422P16},
{"422P10", IMGFMT_422P10},
+ {"422P9", IMGFMT_422P9},
{"420P16", IMGFMT_420P16},
{"420P10", IMGFMT_420P10},
{"420P9", IMGFMT_420P9},