footage: check files for changes

This commit is contained in:
itsmattkc
2021-05-16 10:29:05 +10:00
parent a675e0ccbb
commit ba9ed99849
9 changed files with 44 additions and 30 deletions
+2
View File
@@ -44,6 +44,8 @@ namespace olive {
class Decoder;
using DecoderPtr = std::shared_ptr<Decoder>;
#define DECODER_DEFAULT_DESTRUCTOR(x) virtual ~x() override {CloseInternal();}
/**
* @brief A decoder's is the main class for bringing external media into Olive
*