More tweaks to spandsp

This commit is contained in:
Steve Underwood 2013-07-24 03:25:42 +08:00
parent 22715d36ed
commit b6a4e392f8
1 changed files with 2 additions and 0 deletions

View 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: