mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Fixed jaggies in image resizing.
Split naming of T.81/T.42 type JPEG from normal JPEG. This is in preparation for allowing the selective output of normal JPEG (like most people want) and the T.81/T.42 type you might want for forwarding as T.37
This commit is contained in:
@@ -926,7 +926,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
t30_set_supported_colour_resolutions(t30_state[i], 0);
|
||||
}
|
||||
//t30_set_supported_output_compressions(t30_state[i], T4_COMPRESSION_T85);
|
||||
t30_set_supported_output_compressions(t30_state[i], T4_COMPRESSION_T6 | T4_COMPRESSION_JPEG);
|
||||
t30_set_ecm_capability(t30_state[i], use_ecm);
|
||||
t30_set_supported_compressions(t30_state[i],
|
||||
T4_COMPRESSION_T4_1D
|
||||
|
Reference in New Issue
Block a user