From 7670d4094c75db73388601a5fb541b3ccccad869 Mon Sep 17 00:00:00 2001 From: David McPaul Date: Sat, 1 Nov 2008 22:57:25 +0000 Subject: [PATCH] put TODO in front of my todo comment git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28448 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/media/MediaExtractor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {