]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
More tweaks to spandsp
authorSteve Underwood <steveu@haswell.coppice.org>
Tue, 23 Jul 2013 19:25:42 +0000 (03:25 +0800)
committerSteve Underwood <steveu@haswell.coppice.org>
Tue, 23 Jul 2013 19:25:42 +0000 (03:25 +0800)
libs/spandsp/src/t4_rx.c

index 5852de3ae6f4848a0e1aa2449200556d2cff5a2a..14910dfd9852466672bdc7317e07a26a1d2e6370 100644 (file)
@@ -1052,8 +1052,10 @@ SPAN_DECLARE(int) t4_rx_end_page(t4_rx_state_t *s)
     int length;
 
     length = 0;
+
     if (s->image_put_handler)
         s->image_put_handler((void *) &s->decoder, NULL, 0);
+
     switch (s->metadata.compression)
     {
     case T4_COMPRESSION_T4_1D: