summaryrefslogtreecommitdiff
path: root/test/webm_video_source.h
diff options
context:
space:
mode:
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;