summaryrefslogtreecommitdiffstats
path: root/video/decode
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-27 21:09:44 +0100
committerwm4 <wm4@nowhere>2016-01-27 21:09:44 +0100
commitc7ec8fdfe712d3156ccb0cecb2d2c2fa88b64eab (patch)
treed9dc733cbd41dd589dd6536ea4235628fd782b75 /video/decode
parenta18aa9e6321058f96f2a4a26df19abd73567e360 (diff)
downloadmpv-c7ec8fdfe712d3156ccb0cecb2d2c2fa88b64eab.tar.bz2
mpv-c7ec8fdfe712d3156ccb0cecb2d2c2fa88b64eab.tar.xz
rpi: add mpeg-4 decoding support
Diffstat (limited to 'video/decode')
-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}
};