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

Unified Diff: third_party/libwebp/webp/mux.h

Issue 22802020: libwebp: upstream animation cherry-picks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
Index: third_party/libwebp/webp/mux.h
diff --git a/third_party/libwebp/webp/mux.h b/third_party/libwebp/webp/mux.h
index b8c7dc62ec526fdf1daedc4bd96472b3755117a9..cd5665053d0bd3c0e6c84913c7dfedb1beae2bf6 100644
--- a/third_party/libwebp/webp/mux.h
+++ b/third_party/libwebp/webp/mux.h
@@ -199,7 +199,8 @@ struct WebPMuxFrameInfo {
WebPChunkId id; // frame type: should be one of WEBP_CHUNK_ANMF,
// WEBP_CHUNK_FRGM or WEBP_CHUNK_IMAGE
WebPMuxAnimDispose dispose_method; // Disposal method for the frame.
- uint32_t pad[2]; // padding for later use
+ WebPMuxAnimBlend blend_method; // Blend operation for the frame.
fbarchard 2013/08/21 02:00:13 Is WebPMuxAnimBlend blend_method; a full int?
urvang (Google) 2013/08/21 02:16:51 I guess the question comes from the fact that we d
+ uint32_t pad[1]; // padding for later use
};
// Sets the (non-animated and non-fragmented) image in the mux object.

Powered by Google App Engine
This is Rietveld 408576698