Enable Theora support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25144 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2007-11-23 07:25:39 +00:00
parent 70e7acda26
commit 5b1720b92b
1 changed files with 1 additions and 0 deletions

View File

@ -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')},