summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 90a5ad2c55..f9a96e2c70 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -143,6 +143,8 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int
{"444P", IMGFMT_444P},
{"422P", IMGFMT_422P},
{"411P", IMGFMT_411P},
+ {"Y800", IMGFMT_Y800},
+ {"Y8", IMGFMT_Y8},
{"YUY2", IMGFMT_YUY2},
{"UYVY", IMGFMT_UYVY},