put TODO in front of my todo comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28448 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul
2008-11-01 22:57:25 +00:00
parent fbc1ca4196
commit 7670d4094c
+1 -1
View File
@@ -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) {