diff options
Diffstat (limited to 'third_party/aom/test/decode_api_test.cc')
-rw-r--r-- | third_party/aom/test/decode_api_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/aom/test/decode_api_test.cc b/third_party/aom/test/decode_api_test.cc index 6bd72a45d..8b1c9d268 100644 --- a/third_party/aom/test/decode_api_test.cc +++ b/third_party/aom/test/decode_api_test.cc @@ -13,13 +13,12 @@ #include "./aom_config.h" #include "test/ivf_video_source.h" +#include "test/util.h" #include "aom/aomdx.h" #include "aom/aom_decoder.h" namespace { -#define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0])) - TEST(DecodeAPI, InvalidParams) { static const aom_codec_iface_t *kCodecs[] = { #if CONFIG_AV1_DECODER |