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.