From: Steve Underwood Date: Tue, 21 Aug 2012 12:09:59 +0000 (+0800) Subject: A line got deleted somewhere along the line. I didn't do it, honest. X-Git-Tag: v1.2.3^2~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5569caac28fed09466ff9b093236b3c9d2cc4e;p=thirdparty%2Ffreeswitch.git A line got deleted somewhere along the line. I didn't do it, honest. Its them damn gremlins. --- diff --git a/libs/spandsp/src/image_translate.c b/libs/spandsp/src/image_translate.c index 32bed57138..e07421269a 100644 --- a/libs/spandsp/src/image_translate.c +++ b/libs/spandsp/src/image_translate.c @@ -433,6 +433,7 @@ static int image_resize_row(image_translate_state_t *s, uint8_t buf[]) #endif } break; + case T4_IMAGE_TYPE_BILEVEL: case T4_IMAGE_TYPE_GRAY_8BIT: row8[0] = s->raw_pixel_row[0]; row8[1] = s->raw_pixel_row[1];