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:
@@ -280,6 +280,7 @@ MediaExtractor::CreateDecoder(int32 stream, Decoder **out_decoder,
|
|||||||
return res;
|
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,
|
res = _plugin_manager.CreateDecoder(&decoder,
|
||||||
fStreamInfo[stream].encodedFormat);
|
fStreamInfo[stream].encodedFormat);
|
||||||
if (res != B_OK) {
|
if (res != B_OK) {
|
||||||
|
|||||||
Reference in New Issue
Block a user