mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-11425 add config_profile_name to codec_settings to choose a specific codec config profile
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user