Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: source/libvpx/webmdec.c

Issue 181493009: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vpxstats.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))
« no previous file with comments | « source/libvpx/vpxstats.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698