summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2015-02-13 08:14:44 -0800
committerAdrian Grange <agrange@google.com>2015-02-13 09:09:49 -0800
commitcf54b8804341aacd54b1261c2c6610d92de0666d (patch)
tree1bbeb273bb3672b1a5534540a2fb6c22b0137569 /test
parentf29961dbd751a8b3f5df17418dbf71d8c3483629 (diff)
downloadlibvpx-cf54b8804341aacd54b1261c2c6610d92de0666d.tar
libvpx-cf54b8804341aacd54b1261c2c6610d92de0666d.tar.gz
libvpx-cf54b8804341aacd54b1261c2c6610d92de0666d.tar.bz2
libvpx-cf54b8804341aacd54b1261c2c6610d92de0666d.zip
Add VP9 decoder control to get frame size
Adds a control function that allows the caller to get the size of the current frame. Change-Id: Iddfdedc0f3aa9aa46119f87d294681c82f275c9f
Diffstat (limited to 'test')
-rw-r--r--test/decode_api_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/decode_api_test.cc b/test/decode_api_test.cc
index f9b13f631..42ac13f31 100644
--- a/test/decode_api_test.cc
+++ b/test/decode_api_test.cc
@@ -80,6 +80,7 @@ void TestVp9Controls(vpx_codec_ctx_t *dec) {
VP8D_GET_LAST_REF_UPDATES,
VP8D_GET_FRAME_CORRUPTED,
VP9D_GET_DISPLAY_SIZE,
+ VP9D_GET_FRAME_SIZE
};
int val[2];