diff options
author | wm4 <wm4@nowhere> | 2016-01-28 11:23:23 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-01-28 11:23:23 +0100 |
commit | 939ad0889b2ff1910b0e1ae58b8782963db3305c (patch) | |
tree | 1d9a195c6cacfc1f6a95ba3b387e881285d9c5e9 /video/decode | |
parent | d2942f1bcd51397971d63c1371a788c7217507f7 (diff) |
rpi: add VC-1 support
Oops, this was forgotten earlier. Enables automatic use of the VC-1
hardware decoder on RPI.
Diffstat (limited to 'video/decode')
-rw-r--r-- | video/decode/rpi.c | 1 |
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} }; |