From f0eb77fee44866c4a75633bab49dd65f9ae3a8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 6 Jul 2009 14:52:50 +0000 Subject: [PATCH] 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 --- src/add-ons/media/plugins/ffmpeg/DemuxerTable.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/add-ons/media/plugins/ffmpeg/DemuxerTable.cpp b/src/add-ons/media/plugins/ffmpeg/DemuxerTable.cpp index 08fb9d5c50..fb324a3fba 100644 --- a/src/add-ons/media/plugins/ffmpeg/DemuxerTable.cpp +++ b/src/add-ons/media/plugins/ffmpeg/DemuxerTable.cpp @@ -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.