summaryrefslogtreecommitdiff
path: root/test/decode_test_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/decode_test_driver.h')
-rw-r--r--test/decode_test_driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/decode_test_driver.h b/test/decode_test_driver.h
index a757b5974..76cd12e02 100644
--- a/test/decode_test_driver.h
+++ b/test/decode_test_driver.h
@@ -97,6 +97,10 @@ class Decoder {
bool IsVP8() const;
+ vpx_codec_ctx_t * GetDecoder() {
+ return &decoder_;
+ }
+
protected:
virtual vpx_codec_iface_t* CodecInterface() const = 0;