| Index: source/libvpx/webmdec.c
|
| ===================================================================
|
| --- source/libvpx/webmdec.c (revision 254565)
|
| +++ source/libvpx/webmdec.c (working copy)
|
| @@ -12,7 +12,7 @@
|
|
|
| #include <stdarg.h>
|
|
|
| -#include "nestegg/include/nestegg/nestegg.h"
|
| +#include "third_party/nestegg/include/nestegg/nestegg.h"
|
|
|
| static int nestegg_read_cb(void *buffer, size_t length, void *userdata) {
|
| FILE *f = userdata;
|
| @@ -65,7 +65,7 @@
|
| nestegg_video_params params;
|
|
|
| io.userdata = vpx_ctx->file;
|
| - if (nestegg_init(&webm_ctx->nestegg_ctx, io, NULL))
|
| + if (nestegg_init(&webm_ctx->nestegg_ctx, io, NULL, -1))
|
| goto fail;
|
|
|
| if (nestegg_track_count(webm_ctx->nestegg_ctx, &n))
|
|
|