Merge "rescaler: cosmetics, join two lines"

This commit is contained in:
Pascal Massimino 2015-09-26 05:35:07 +00:00 committed by Gerrit Code Review
commit 2b9d2495ef

View File

@ -54,8 +54,7 @@ void WebPRescalerImportRowExpandC(WebPRescaler* const wrk, const uint8_t* src) {
} }
} }
void WebPRescalerImportRowShrinkC(WebPRescaler* const wrk, void WebPRescalerImportRowShrinkC(WebPRescaler* const wrk, const uint8_t* src) {
const uint8_t* src) {
const int x_stride = wrk->num_channels; const int x_stride = wrk->num_channels;
const int x_out_max = wrk->dst_width * wrk->num_channels; const int x_out_max = wrk->dst_width * wrk->num_channels;
int channel; int channel;