Enable Matroska container for testing purposes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9ea74f6c0b
commit
ead6198972
@ -24,6 +24,22 @@ const media_file_format gMuxerTable[] = {
|
||||
"avi",
|
||||
{ 0 }
|
||||
},
|
||||
{
|
||||
media_file_format::B_WRITABLE
|
||||
| media_file_format::B_KNOWS_RAW_VIDEO
|
||||
| media_file_format::B_KNOWS_RAW_AUDIO
|
||||
| media_file_format::B_KNOWS_ENCODED_VIDEO
|
||||
| media_file_format::B_KNOWS_ENCODED_AUDIO,
|
||||
{ 0 },
|
||||
B_AVI_FORMAT_FAMILY,
|
||||
100,
|
||||
{ 0 },
|
||||
"video/x-matroska",
|
||||
"Matroska file format",
|
||||
"mkv",
|
||||
"mkv",
|
||||
{ 0 }
|
||||
},
|
||||
{
|
||||
media_file_format::B_WRITABLE
|
||||
| media_file_format::B_KNOWS_ENCODED_VIDEO
|
||||
|
Loading…
Reference in New Issue
Block a user