Index: source/libvpx/test/decode_test_driver.h |
=================================================================== |
--- source/libvpx/test/decode_test_driver.h (revision 282873) |
+++ source/libvpx/test/decode_test_driver.h (working copy) |
@@ -119,6 +119,8 @@ |
public: |
// Main decoding loop |
virtual void RunLoop(CompressedVideoSource *video); |
+ virtual void RunLoop(CompressedVideoSource *video, |
+ const vpx_codec_dec_cfg_t &dec_cfg); |
// Hook to be called before decompressing every frame. |
virtual void PreDecodeFrameHook(const CompressedVideoSource& video, |