mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 16:06:49 +02:00
Some cosmetic/comment fixes.
Change-Id: Id0613f84cc53fcbeceb913c835a262451687e27b
This commit is contained in:
parent
60b2651a8c
commit
7caab1d8f6
@ -108,7 +108,7 @@ static WebPMuxError MuxAddChunk(WebPMux* const mux, uint32_t nth, uint32_t tag,
|
|||||||
return MuxSet(mux, idx, nth, &chunk_data, copy_data);
|
return MuxSet(mux, idx, nth, &chunk_data, copy_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create data for frame/tile given image data, offsets and duration.
|
// Create data for frame/fragment given image data, offsets and duration.
|
||||||
static WebPMuxError CreateFrameFragmentData(
|
static WebPMuxError CreateFrameFragmentData(
|
||||||
const WebPData* const image, int x_offset, int y_offset, int duration,
|
const WebPData* const image, int x_offset, int y_offset, int duration,
|
||||||
WebPMuxAnimDispose dispose_method, int is_lossless, int is_frame,
|
WebPMuxAnimDispose dispose_method, int is_lossless, int is_frame,
|
||||||
|
@ -229,7 +229,7 @@ enum WebPMuxAnimDispose {
|
|||||||
WEBP_MUX_DISPOSE_BACKGROUND // Dispose to background color.
|
WEBP_MUX_DISPOSE_BACKGROUND // Dispose to background color.
|
||||||
};
|
};
|
||||||
|
|
||||||
// Encapsulates data about a single frame/tile.
|
// Encapsulates data about a single frame/fragment.
|
||||||
struct WebPMuxFrameInfo {
|
struct WebPMuxFrameInfo {
|
||||||
WebPData bitstream; // image data: can either be a raw VP8/VP8L bitstream
|
WebPData bitstream; // image data: can either be a raw VP8/VP8L bitstream
|
||||||
// or a single-image WebP file.
|
// or a single-image WebP file.
|
||||||
@ -460,7 +460,7 @@ struct WebPIterator {
|
|||||||
WebPData fragment; // The frame or fragment given by 'frame_num' and
|
WebPData fragment; // The frame or fragment given by 'frame_num' and
|
||||||
// 'fragment_num'.
|
// 'fragment_num'.
|
||||||
|
|
||||||
uint32_t pad[4]; // padding for later use
|
uint32_t pad[4]; // padding for later use.
|
||||||
void* private_; // for internal use only.
|
void* private_; // for internal use only.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user