1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-17 22:01:08 +00:00

FS-11425 add config_profile_name to codec_settings to choose a specific codec config profile

This commit is contained in:
Seven Du 2018-10-01 21:38:43 +08:00 committed by Andrey Volk
parent 66f60b1c78
commit b591f691bb

@ -659,6 +659,7 @@ struct switch_video_codec_settings {
int32_t height;
uint8_t try_hardware_encoder;
uint8_t fps;
char config_profile_name[64];
};
union switch_codec_settings {