minor comment conformance

This commit is contained in:
itsmattkc
2019-07-23 10:22:58 -07:00
parent 71e6e3143b
commit 2e41f6d8f0
6 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ bool olive::ProbeMedia(Footage *f)
for (int i=0;i<decoder_list.size();i++) {
if (decoder_list.at(i)->Probe(f)) {
// TODO Some way of "attaching" the Footage to the Decoder without having to iterate through Decoders again at
// FIXME Some way of "attaching" the Footage to the Decoder without having to iterate through Decoders again at
// render time?
f->set_status(Footage::kReady);