diff codec-cfg.c @ 34436:8a96cf601e57

Add support for 422P9. For some reason only 9-bit 422 wasn't added before.
author reimar
date Thu, 05 Jan 2012 20:32:10 +0000
parents 47e1375c4d79
children 24d759ba7d5e
line wrap: on
line diff
--- a/codec-cfg.c	Thu Jan 05 20:18:38 2012 +0000
+++ b/codec-cfg.c	Thu Jan 05 20:32:10 2012 +0000
@@ -182,6 +182,7 @@
     {"444P9",       IMGFMT_444P9},
     {"422P16",      IMGFMT_422P16},
     {"422P10",      IMGFMT_422P10},
+    {"422P9",       IMGFMT_422P9},
     {"420P16",      IMGFMT_420P16},
     {"420P10",      IMGFMT_420P10},
     {"420P9",       IMGFMT_420P9},