1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00

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

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}
};