ref: c4f768c0d02b6eb18693104fed21b01a963afc63
parent: cb558c515ce9126a326262676f1342475ee4d3b2
author: Ralph Giles <giles@mozilla.com>
date: Thu Oct 18 11:49:23 EDT 2012
Update the hard-coded opus payload type. This matches the value used by the webrtc.org codebase now that the basic support patch has been merged.
--- a/src/opusrtp.c
+++ b/src/opusrtp.c
@@ -61,7 +61,7 @@
#include <opus.h>
#include <ogg/ogg.h>
-#define OPUS_PAYLOAD_TYPE 113
+#define OPUS_PAYLOAD_TYPE 120
/* state struct for passing around our handles */
typedef struct {