summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-28 11:23:23 +0100
committerwm4 <wm4@nowhere>2016-01-28 11:23:23 +0100
commit939ad0889b2ff1910b0e1ae58b8782963db3305c (patch)
tree1d9a195c6cacfc1f6a95ba3b387e881285d9c5e9
parentd2942f1bcd51397971d63c1371a788c7217507f7 (diff)
downloadmpv-939ad0889b2ff1910b0e1ae58b8782963db3305c.tar.bz2
mpv-939ad0889b2ff1910b0e1ae58b8782963db3305c.tar.xz
rpi: add VC-1 support
Oops, this was forgotten earlier. Enables automatic use of the VC-1 hardware decoder on RPI.
-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 50a9afe6bd..b72dc34faa 100644
--- a/video/decode/rpi.c
+++ b/video/decode/rpi.c
@@ -22,6 +22,7 @@ static const char *const codecs[][2] = {
{"h264", "h264_mmal"},
{"mpeg2video", "mpeg2_mmal"},
{"mpeg4", "mpeg4_mmal"},
+ {"vc1", "vc1_mmal"},
{0}
};