rpi: add VC-1 support

Oops, this was forgotten earlier. Enables automatic use of the VC-1
hardware decoder on RPI.
This commit is contained in:
wm4 2016-01-28 11:23:23 +01:00
parent d2942f1bcd
commit 939ad0889b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ static const char *const codecs[][2] = {
{"h264", "h264_mmal"},
{"mpeg2video", "mpeg2_mmal"},
{"mpeg4", "mpeg4_mmal"},
{"vc1", "vc1_mmal"},
{0}
};