Searched defs:WebPMuxFrameInfo (Results 1 – 1 of 1) sorted by relevance
63 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef192 struct WebPMuxFrameInfo { struct193 WebPData bitstream; // image data: can either be a raw VP8/VP8L bitstream195 int x_offset; // x-offset of the frame.196 int y_offset; // y-offset of the frame.197 int duration; // duration of the frame (in milliseconds).199 WebPChunkId id; // frame type: should be one of WEBP_CHUNK_ANMF,201 WebPMuxAnimDispose dispose_method; // Disposal method for the frame.202 uint32_t pad[2]; // padding for later use