summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-31 23:45:07 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-31 23:45:07 +0000
commit8afc25d710d8520b454d48b7744dde4812feef74 (patch)
tree3b7365285e20391fcadd382ce7dcf346d5be733f /codec-cfg.c
parentc07dec1a4a6e6e0695f3893c60a42e9a14daefaf (diff)
downloadmpv-8afc25d710d8520b454d48b7744dde4812feef74.tar.bz2
mpv-8afc25d710d8520b454d48b7744dde4812feef74.tar.xz
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
to use it. Fixes playback of samples in http://samples.mplayerhq.hu/FLV/flash_with_alpha/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30157 b3059339-0415-0410-9bf9-f77b7e298cf2
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 a0be5df810..840fb94ec1 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -161,6 +161,7 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int
{"444P16", IMGFMT_444P16},
{"422P16", IMGFMT_422P16},
{"420P16", IMGFMT_420P16},
+ {"420A", IMGFMT_420A},
{"444P", IMGFMT_444P},
{"422P", IMGFMT_422P},
{"411P", IMGFMT_411P},