From 939ad0889b2ff1910b0e1ae58b8782963db3305c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 28 Jan 2016 11:23:23 +0100 Subject: rpi: add VC-1 support Oops, this was forgotten earlier. Enables automatic use of the VC-1 hardware decoder on RPI. --- video/decode/rpi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/decode') 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} }; -- cgit v1.2.3