From: Michael Jerris Date: Fri, 25 Mar 2016 19:45:45 +0000 (-0400) Subject: FS-8977: fix typo X-Git-Tag: v1.6.7^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb258288801b50e8fb673a620a6c2b4855e11daf;p=thirdparty%2Ffreeswitch.git FS-8977: fix typo --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 67e0075988..59b0ee4301 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -2660,7 +2660,7 @@ static void switch_core_session_parse_codec_settings(switch_core_session_t *sess uint32_t system_bw = 0; const char *var = NULL, *bwv; - if ((var = switch_channel_get_variable(session->channel, "video_try_hardare_encoder"))) { + if ((var = switch_channel_get_variable(session->channel, "video_try_hardware_encoder"))) { engine->codec_settings.video.try_hardware_encoder = switch_true(var); }