ported styling from qpalettes to stylesheets for maximum customizability

This commit is contained in:
itsmattkc
2019-07-01 10:53:28 -07:00
parent 70cf6565f4
commit 14917ef3cc
9 changed files with 297 additions and 32 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ 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 like this
// TODO Some way of "attaching" the Footage to the Decoder without having to iterate through Decoders again at
// render time?
f->set_ready(true);
return true;