]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
A line got deleted somewhere along the line. I didn't do it, honest.
authorSteve Underwood <steveu@coppice.org>
Tue, 21 Aug 2012 12:09:59 +0000 (20:09 +0800)
committerSteve Underwood <steveu@coppice.org>
Tue, 21 Aug 2012 12:09:59 +0000 (20:09 +0800)
Its them damn gremlins.

libs/spandsp/src/image_translate.c

index 32bed57138346ce14d67743f5bdcbd7e6e5c61a4..e07421269a59d8cf74bc8e15197cb8ebdbec7761 100644 (file)
@@ -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];