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 cd69809d7f..366d1c17e1 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -124,6 +124,8 @@ static int add_to_format(char *s, unsigned int *fourcc, unsigned int *fourccmap)
{"BGR16", IMGFMT_BGR|16},
{"BGR24", IMGFMT_BGR|24},
{"BGR32", IMGFMT_BGR|32},
+
+ {"MPES", IMGFMT_MPEGPES},
{NULL, 0}
};