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
1 changed files with 1 additions and 0 deletions

View File

@ -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 {