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

Unified Diff: source/libvpx/vp8/vp8_dx_iface.c

Issue 12077056: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 11 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/vp8/decoder/onyxd_int.h ('k') | source/libvpx/vp9/common/vp9_findnearmv.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/vp8_dx_iface.c
===================================================================
--- source/libvpx/vp8/vp8_dx_iface.c (revision 179463)
+++ source/libvpx/vp8/vp8_dx_iface.c (working copy)
@@ -598,14 +598,8 @@
}
/* update the pbi fragment data */
- ctx->pbi->num_fragments = ctx->fragments.count;
- ctx->pbi->input_fragments = ctx->fragments.enabled;
- vpx_memcpy(ctx->pbi->fragments, ctx->fragments.ptrs,
- sizeof(ctx->fragments.ptrs));
- vpx_memcpy(ctx->pbi->fragment_sizes, ctx->fragments.sizes,
- sizeof(ctx->fragments.sizes));
+ ctx->pbi->fragments = ctx->fragments;
-
ctx->user_priv = user_priv;
if (vp8dx_receive_compressed_data(ctx->pbi, data_sz, data, deadline))
{
« no previous file with comments | « source/libvpx/vp8/decoder/onyxd_int.h ('k') | source/libvpx/vp9/common/vp9_findnearmv.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698