added a possible todo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28415 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul
2008-10-31 22:36:49 +00:00
parent da9b0b46ed
commit 4dc9c4a55e
+1
View File
@@ -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) {