mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Update libaom to rev b25610052a1398032320008d69b51d2da94f5928
This commit is contained in:
parent
8493557d20
commit
3d109dd4fc
240 changed files with 16977 additions and 6139 deletions
5
third_party/aom/test/codec_factory.h
vendored
5
third_party/aom/test/codec_factory.h
vendored
|
|
@ -71,6 +71,11 @@ class CodecTestWith4Params
|
|||
: public ::testing::TestWithParam< ::testing::tuple<
|
||||
const libaom_test::CodecFactory *, T1, T2, T3, T4> > {};
|
||||
|
||||
template <class T1, class T2, class T3, class T4, class T5>
|
||||
class CodecTestWith5Params
|
||||
: public ::testing::TestWithParam< ::testing::tuple<
|
||||
const libaom_test::CodecFactory *, T1, T2, T3, T4, T5> > {};
|
||||
|
||||
/*
|
||||
* AV1 Codec Definitions
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue