Added some more defines for demuxers that could in theory be enabled. But we

have native implementations.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-05-17 16:17:06 +00:00
parent 3e3162e3af
commit be1140e1e5

View File

@ -42,8 +42,18 @@ static const DemuxerFormat gDemuxerTable[] = {
B_QUICKTIME_FORMAT_FAMILY, B_QUICKTIME_FORMAT_FAMILY
},
// {
// TODO: untested!
// "mov", "MOV (Quicktime Movie)", "video/x-mov",
// // Tested and appears to work ok with the one clip I have...
// "matroska", "Matroska Movie", "video/x-matroska",
// B_WAV_FORMAT_FAMILY, B_AVI_FORMAT_FAMILY
// },
// {
// // Plays the limited amount of files I could test with.
// "mov", "Quicktime Movie", "video/x-mov",
// B_QUICKTIME_FORMAT_FAMILY, B_QUICKTIME_FORMAT_FAMILY
// },
// {
// // Plays the limited amount of files I could test with.
// "mp4", "MPEG-4 Movie", "video/x-mp4",
// B_QUICKTIME_FORMAT_FAMILY, B_QUICKTIME_FORMAT_FAMILY
// },
// {
@ -64,7 +74,7 @@ static const DemuxerFormat gDemuxerTable[] = {
B_WAV_FORMAT_FAMILY, B_AVI_FORMAT_FAMILY
},
{
// TODO: Also covers "mpegvideo", plus see above.
// TODO: Also covers "mpegvideo", plus see mpegts.
"mpeg", "MPEG (Motion Picture Experts Group)", "video/mpeg",
B_MPEG_FORMAT_FAMILY, B_MPEG_FORMAT_FAMILY
},