diff fmt-conversion.c @ 34189:4b5f57ccfff1

Support YUV 4:4:4 9-bit output.
author cehoyos
date Sat, 29 Oct 2011 16:51:26 +0000
parents ab178e06077e
children 47e1375c4d79
line wrap: on
line diff
--- a/fmt-conversion.c	Sat Oct 29 10:01:32 2011 +0000
+++ b/fmt-conversion.c	Sat Oct 29 16:51:26 2011 +0000
@@ -90,6 +90,8 @@
     {IMGFMT_444P16_BE,  PIX_FMT_YUV444P16BE},
     {IMGFMT_444P10_LE,  PIX_FMT_YUV444P10LE},
     {IMGFMT_444P10_BE,  PIX_FMT_YUV444P10BE},
+    {IMGFMT_444P9_LE,  PIX_FMT_YUV444P9LE},
+    {IMGFMT_444P9_BE,  PIX_FMT_YUV444P9BE},
 
     // YUVJ are YUV formats that use the full Y range and not just
     // 16 - 235 (see colorspaces.txt).