]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11425 add config_profile_name to codec_settings to choose a specific codec config...
authorSeven Du <dujinfang@x-y-t.cn>
Mon, 1 Oct 2018 13:38:43 +0000 (21:38 +0800)
committerAndrey Volk <andywolk@gmail.com>
Tue, 16 Jul 2019 20:59:06 +0000 (00:59 +0400)
src/include/switch_module_interfaces.h

index e6e20737abff7aba4860589588609ae206c340f0..4407a6872906ebe17647a548510f096aec32db65 100644 (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 {