cosmetics after mux changes b74ed6e, b494ad5

Change-Id: I8f693b1ba2537de89bda1dfbcf3b95abd17e420a
This commit is contained in:
James Zern 2012-06-20 16:02:53 -07:00
parent b494ad5096
commit b9ae4f0d88
4 changed files with 14 additions and 14 deletions

View File

@ -444,7 +444,7 @@ WebPMuxError WebPMuxPushTile(WebPMux* const mux,
uint32_t x_offset, uint32_t y_offset,
int copy_data) {
return MuxPushFrameTileInternal(mux, bitstream, x_offset, y_offset,
1 /* unused duration*/, copy_data,
1 /* unused duration */, copy_data,
kChunks[IDX_TILE].tag);
}

View File

@ -382,8 +382,8 @@ static int CountChunks(const WebPChunk* const chunk_list, uint32_t tag) {
return count;
}
WebPMuxError WebPMuxNumChunks(const WebPMux* const mux, WebPChunkId id,
int* num_elements) {
WebPMuxError WebPMuxNumChunks(const WebPMux* const mux,
WebPChunkId id, int* num_elements) {
if (mux == NULL || num_elements == NULL) {
return WEBP_MUX_INVALID_ARGUMENT;
}