diff --git a/src/kits/media/MediaExtractor.cpp b/src/kits/media/MediaExtractor.cpp index 5a9b5d6d31..088c62e27a 100644 --- a/src/kits/media/MediaExtractor.cpp +++ b/src/kits/media/MediaExtractor.cpp @@ -280,7 +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 + // TODO 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) {