diff m_option.c @ 30115:ad61464d02a7

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/
author reimar
date Thu, 31 Dec 2009 23:45:07 +0000
parents 19414a605695
children 02b9c1a452e1
line wrap: on
line diff
--- a/m_option.c	Thu Dec 31 23:39:21 2009 +0000
+++ b/m_option.c	Thu Dec 31 23:45:07 2009 +0000
@@ -1041,6 +1041,7 @@
   {"444p16", IMGFMT_444P16},
   {"422p16", IMGFMT_422P16},
   {"420p16", IMGFMT_420P16},
+  {"420a", IMGFMT_420A},
   {"444p", IMGFMT_444P},
   {"422p", IMGFMT_422P},
   {"411p", IMGFMT_411P},