Doh, of course we had ASF before! Sorry about that. Must have been blind.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31424 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-06 14:52:50 +00:00
parent fcb875cdf4
commit f0eb77fee4

View File

@ -16,11 +16,11 @@ extern "C" {
static const DemuxerFormat gDemuxerTable[] = {
{
// TODO: untested!
"asf", "ASF Movie", "video/x-asf",
B_WAV_FORMAT_FAMILY, B_AVI_FORMAT_FAMILY
},
// {
// // TODO: untested!
// "asf", "ASF Movie", "video/x-asf",
// B_WAV_FORMAT_FAMILY, B_AVI_FORMAT_FAMILY
// },
// {
// // Tested with a limited amount of streams and works ok, keep using
// // the avi_reader implementation by Marcus Overhagen.