Some cosmetic/comment fixes.

Change-Id: Id0613f84cc53fcbeceb913c835a262451687e27b
This commit is contained in:
Urvang Joshi
2012-11-07 16:04:08 -08:00
parent 60b2651a8c
commit 7caab1d8f6
5 changed files with 10 additions and 10 deletions

View File

@ -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);
}
// 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(
const WebPData* const image, int x_offset, int y_offset, int duration,
WebPMuxAnimDispose dispose_method, int is_lossless, int is_frame,