Module: sems Branch: master Commit: fd87cabb525c4c84c002077f8ba5f4b7e631537d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=fd87cabb525c4c84c002077f8ba5f4b7e631537d
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Aug 29 12:41:03 2014 +0200 opus:b/f: undo 5213c23 - opus payload is negotiated with two channels --- core/plug-in/opus/opus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/plug-in/opus/opus.c b/core/plug-in/opus/opus.c index edba1d1..8cb6f39 100644 --- a/core/plug-in/opus/opus.c +++ b/core/plug-in/opus/opus.c @@ -109,7 +109,7 @@ BEGIN_EXPORTS( "opus" , AMCI_NO_MODULEINIT, AMCI_NO_MODULEDESTROY ) END_CODECS BEGIN_PAYLOADS - PAYLOAD( -1, "opus", _OPUS_RATE, 48000, 1, CODEC_OPUS, AMCI_PT_AUDIO_FRAME ) + PAYLOAD( -1, "opus", _OPUS_RATE, 48000, 2, CODEC_OPUS, AMCI_PT_AUDIO_FRAME ) END_PAYLOADS BEGIN_FILE_FORMATS _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
