diff codec-cfg.c @ 34793:1ce075a9932b

Support new colour spaces for FFmpeg camstudio decoding on big-endian.
author cehoyos
date Sun, 29 Apr 2012 16:39:34 +0000
parents 2a372b469420
children 0eba64545a27
line wrap: on
line diff
--- a/codec-cfg.c	Sun Apr 29 15:54:20 2012 +0000
+++ b/codec-cfg.c	Sun Apr 29 16:39:34 2012 +0000
@@ -212,6 +212,7 @@
     {"RGBA",        IMGFMT_RGBA},
     {"BGR4",        IMGFMT_BGR4},
     {"BGR8",        IMGFMT_BGR8},
+    {"BGR15LE",     IMGFMT_BGR15LE},
     {"BGR15",       IMGFMT_BGR15},
     {"BGR16",       IMGFMT_BGR16},
     {"BGR24",       IMGFMT_BGR24},