From c7ec8fdfe712d3156ccb0cecb2d2c2fa88b64eab Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 27 Jan 2016 21:09:44 +0100 Subject: rpi: add mpeg-4 decoding support --- video/decode/rpi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') 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} }; -- cgit v1.2.3