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…
Reference in New Issue