summaryrefslogtreecommitdiff
path: root/test/webm_video_source.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-02-21 17:15:16 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-02-21 17:15:16 -0800
commita0f0655b5e5739f1acbefb4e4b4fe1f778ecea45 (patch)
tree207e807ab8368543c5ba4b7b3794ee362e13a1d9 /test/webm_video_source.h
parent0ccb2035008882136213b5c08a9e0fa5dd0abe4d (diff)
parentcc6117d0f31c2e9893641004a1ce3f28a8b07606 (diff)
downloadlibvpx-a0f0655b5e5739f1acbefb4e4b4fe1f778ecea45.tar
libvpx-a0f0655b5e5739f1acbefb4e4b4fe1f778ecea45.tar.gz
libvpx-a0f0655b5e5739f1acbefb4e4b4fe1f778ecea45.tar.bz2
libvpx-a0f0655b5e5739f1acbefb4e4b4fe1f778ecea45.zip
Merge "update nestegg"
Diffstat (limited to 'test/webm_video_source.h')
-rw-r--r--test/webm_video_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webm_video_source.h b/test/webm_video_source.h
index f21cf98f9..4dcf4dc97 100644
--- a/test/webm_video_source.h
+++ b/test/webm_video_source.h
@@ -108,7 +108,7 @@ class WebMVideoSource : public CompressedVideoSource {
nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb,
input_file_};
- ASSERT_FALSE(nestegg_init(&nestegg_ctx_, io, NULL))
+ ASSERT_FALSE(nestegg_init(&nestegg_ctx_, io, NULL, -1))
<< "nestegg_init failed";
unsigned int n;