summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/decode/rpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/rpi.c b/video/decode/rpi.c
index 8370cd1ced..50a9afe6bd 100644
--- a/video/decode/rpi.c
+++ b/video/decode/rpi.c
@@ -21,6 +21,7 @@
static const char *const codecs[][2] = {
{"h264", "h264_mmal"},
{"mpeg2video", "mpeg2_mmal"},
+ {"mpeg4", "mpeg4_mmal"},
{0}
};