mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
make sure bargers use the same codec as bargee to avoid transcoding delay
This commit is contained in:
@@ -120,6 +120,7 @@ struct switch_core_session {
|
||||
switch_codec_t *video_write_codec;
|
||||
|
||||
switch_codec_implementation_t read_impl;
|
||||
switch_codec_implementation_t real_read_impl;
|
||||
switch_codec_implementation_t write_impl;
|
||||
switch_codec_implementation_t video_read_impl;
|
||||
switch_codec_implementation_t video_write_impl;
|
||||
|
||||
Reference in New Issue
Block a user