Add AV1 test frames

This commit is contained in:
Cameron Gutman
2023-07-05 19:47:45 -05:00
parent 5424576f73
commit 9055496a19
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -91,4 +91,6 @@ private:
static const uint8_t k_H264TestFrame[];
static const uint8_t k_HEVCMainTestFrame[];
static const uint8_t k_HEVCMain10TestFrame[];
static const uint8_t k_AV1Main8TestFrame[];
static const uint8_t k_AV1Main10TestFrame[];
};