rescaler: cosmetics, join two lines

Change-Id: Ic231dd048c82a934122ce4884180a2339f7ce2f8
This commit is contained in:
James Zern 2015-09-25 18:34:45 -07:00
parent 306ce4fde1
commit acde0aae5a

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;