mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8073174ddb
commit
4ffc4db9da
@ -1811,6 +1811,7 @@ static const videocodec_info_t vinfo[] = {
|
||||
{ MKV_V_MPEG4_ASP, mmioFOURCC('m', 'p', '4', 'v'), 1 },
|
||||
{ MKV_V_MPEG4_AP, mmioFOURCC('m', 'p', '4', 'v'), 1 },
|
||||
{ MKV_V_MPEG4_AVC, mmioFOURCC('a', 'v', 'c', '1'), 1 },
|
||||
{ MKV_V_THEORA, mmioFOURCC('t', 'h', 'e', 'o'), 1 },
|
||||
{ NULL, 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -52,6 +52,7 @@
|
||||
#define MKV_V_MPEG4_ASP "V_MPEG4/ISO/ASP"
|
||||
#define MKV_V_MPEG4_AP "V_MPEG4/ISO/AP"
|
||||
#define MKV_V_MPEG4_AVC "V_MPEG4/ISO/AVC"
|
||||
#define MKV_V_THEORA "V_THEORA"
|
||||
|
||||
#define MKV_S_TEXTASCII "S_TEXT/ASCII"
|
||||
#define MKV_S_TEXTUTF8 "S_TEXT/UTF8"
|
||||
|
Loading…
Reference in New Issue
Block a user