mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
More tweaks to spandsp
This commit is contained in:
parent
22715d36ed
commit
b6a4e392f8
@ -1052,8 +1052,10 @@ SPAN_DECLARE(int) t4_rx_end_page(t4_rx_state_t *s)
|
|||||||
int length;
|
int length;
|
||||||
|
|
||||||
length = 0;
|
length = 0;
|
||||||
|
|
||||||
if (s->image_put_handler)
|
if (s->image_put_handler)
|
||||||
s->image_put_handler((void *) &s->decoder, NULL, 0);
|
s->image_put_handler((void *) &s->decoder, NULL, 0);
|
||||||
|
|
||||||
switch (s->metadata.compression)
|
switch (s->metadata.compression)
|
||||||
{
|
{
|
||||||
case T4_COMPRESSION_T4_1D:
|
case T4_COMPRESSION_T4_1D:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user