Add an HEVC Main10 test frame

This commit is contained in:
Cameron Gutman
2019-11-05 17:08:25 -08:00
parent 8ed87e10b4
commit f8621be5ee
3 changed files with 31 additions and 8 deletions
+2 -1
View File
@@ -66,5 +66,6 @@ private:
bool m_TestOnly;
static const uint8_t k_H264TestFrame[];
static const uint8_t k_HEVCTestFrame[];
static const uint8_t k_HEVCMainTestFrame[];
static const uint8_t k_HEVCMain10TestFrame[];
};