Module: sems
Branch: master
Commit: d5d48b32740a00b6145d0c7f1475c51614eb03a5
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d5d48b32740a00b6145d0c7f1475c51614eb03a5

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Mon Apr 23 12:27:27 2012 +0200

b/f: initialize playout buffer to simple

---

 core/AmRtpAudio.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/core/AmRtpAudio.cpp b/core/AmRtpAudio.cpp
index 01cc633..b4b3692 100644
--- a/core/AmRtpAudio.cpp
+++ b/core/AmRtpAudio.cpp
@@ -97,6 +97,7 @@ AmRtpAudio::AmRtpAudio(AmSession* _s, int _if)
   : AmRtpStream(_s,_if), AmAudio(0), 
     /*last_ts_i(false),*/ use_default_plc(true),
     playout_buffer(NULL),
+    m_playout_type(SIMPLE_PLAYOUT),
     last_check(0),last_check_i(false),send_int(false)
 {
 #ifdef USE_SPANDSP_PLC

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to