Support for "Do not blend" in mux and demux libraries

Change-Id: I9566a8e2d059fe1ebd9ca99c7e13311bf3f8f281
This commit is contained in:
Urvang Joshi
2013-08-09 14:09:31 -07:00
parent f486aaa9f8
commit 6284854bd5
7 changed files with 39 additions and 9 deletions

View File

@@ -140,8 +140,9 @@ struct WebPIterator {
WebPData fragment; // The frame or fragment given by 'frame_num' and
// 'fragment_num'.
int has_alpha; // True if the frame or fragment contains transparency.
WebPMuxAnimBlend blend_method; // Blend operation for the frame.
uint32_t pad[3]; // padding for later use.
uint32_t pad[2]; // padding for later use.
void* private_; // for internal use only.
};