webm2pes: Begin addition of tests.

Just the basics:
- Some new test utilities.
- Basic setup for webm2pes testing.

Change-Id: I16bf0f5ef36e7c01f2788b2c92600d6a936bbd40
This commit is contained in:
Tom Finegan
2016-01-21 11:50:37 -08:00
parent 9299bbb6ed
commit 453bf44d32
6 changed files with 139 additions and 1 deletions

View File

@@ -302,6 +302,7 @@ bool Webm2Pes::ConvertToFile() {
cluster = webm_parser_->GetNext(cluster);
}
std::fflush(output_file_.get());
return true;
}