mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 02:16:40 +00:00
Enable Theora support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25144 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
70e7acda26
commit
5b1720b92b
@ -43,6 +43,7 @@ MIMEto4CC supported_audio[NMS_MAX_FORMATS] = {
|
||||
|
||||
MIMEto4CC supported_video[NMS_MAX_FORMATS] = {
|
||||
{"MPV", mmioFOURCC('M','P','E','G')},
|
||||
{"theora",mmioFOURCC('t','h','e','o')},
|
||||
{"H264", mmioFOURCC('H','2','6','4')},
|
||||
{"H263-1998", mmioFOURCC('H','2','6','3')},
|
||||
{"MP4V-ES", mmioFOURCC('M','P','4','V')},
|
||||
|
Loading…
Reference in New Issue
Block a user