From e53b78dae9ea1c5c0ab23c92c025e5b005ae8c82 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 18 Sep 2014 11:25:16 -0400
Subject: [PATCH] speex: fix payload type

Refs #55506

Change-Id: I2b1aff2ae5b1afb3f9517474ee70bf8af26c7dd8
---
 daemon/src/audio/codecs/speexcodec_wb.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/audio/codecs/speexcodec_wb.cpp b/daemon/src/audio/codecs/speexcodec_wb.cpp
index 53b10c8804..c8312304ae 100644
--- a/daemon/src/audio/codecs/speexcodec_wb.cpp
+++ b/daemon/src/audio/codecs/speexcodec_wb.cpp
@@ -35,7 +35,7 @@
 // cppcheck-suppress unusedFunction
 extern "C" sfl::AudioCodec* AUDIO_CODEC_ENTRY()
 {
-    return new Speex(111, 16000, 320, 42, false, &speex_wb_mode);
+    return new Speex(111, 16000, 320, 42, true, &speex_wb_mode);
 }
 
 // cppcheck-suppress unusedFunction
-- 
GitLab