From 4dc9c4a55eab52b296bb3756698cddd4d01d4f10 Mon Sep 17 00:00:00 2001 From: David McPaul Date: Fri, 31 Oct 2008 22:36:49 +0000 Subject: [PATCH] added a possible todo git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28415 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/media/MediaExtractor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kits/media/MediaExtractor.cpp b/src/kits/media/MediaExtractor.cpp index 70860ad653..5a9b5d6d31 100644 --- a/src/kits/media/MediaExtractor.cpp +++ b/src/kits/media/MediaExtractor.cpp @@ -280,6 +280,7 @@ MediaExtractor::CreateDecoder(int32 stream, Decoder **out_decoder, return res; } + // Here we should work out a way so that if there is a setup failure we can try the next decoder res = _plugin_manager.CreateDecoder(&decoder, fStreamInfo[stream].encodedFormat); if (res != B_OK) {