working on AVI

This commit is contained in:
2021-02-24 07:10:30 +01:00
parent 2b35a340f9
commit 851631e79d
3 changed files with 53 additions and 37 deletions

View File

@@ -94,7 +94,7 @@ int main(int argc, char** argv) {
AVI::Demuxer demux(ah);
bool valid = demux.isValid();
std::cout << valid << std::endl;
std::cout << "valid: " << valid << std::endl;
return 0;