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) {