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

@@ -195,6 +195,9 @@ class Webm2Pes {
// Input timecode scale.
std::int64_t timecode_scale_ = 1000000;
};
} // namespace libwebm
#endif // LIBWEBM_WEBM2PES_H_