minor code cleanups

This commit is contained in:
itsmattkc
2019-08-09 10:43:14 +10:00
parent f26eea1620
commit c0f6ee534a
7 changed files with 6 additions and 15 deletions
+2
View File
@@ -93,6 +93,8 @@ bool Decoder::ProbeMedia(Footage *f)
if (decoder->Probe(f)) {
// We found a Decoder, so we can set this media as valid
f->set_status(Footage::kReady);