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:
parent
d2942f1bcd
commit
939ad0889b
@ -22,6 +22,7 @@ static const char *const codecs[][2] = {
|
||||
{"h264", "h264_mmal"},
|
||||
{"mpeg2video", "mpeg2_mmal"},
|
||||
{"mpeg4", "mpeg4_mmal"},
|
||||
{"vc1", "vc1_mmal"},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user