aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2008-11-18 17:09:11 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2008-11-18 17:09:11 +0000
commit40aa741985874ca7ff8290edd096de2947294ce1 (patch)
treebdde2af191967709e16fd1bd3528b2331412e050 /tap-rtp-common.c
parentf0b45897ff581b85b6de243a6346d6623ea09c5d (diff)
Fix alphabetical order of dynamic payload type mime types.
svn path=/trunk/; revision=26808
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index af8b38cedc..adcfe4c100 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -380,12 +380,12 @@ static const mimetype_and_clock mimetype_and_clock_map[] = {
{"BMPEG", 90000}, /* [RFC2343],[RFC3555] */
{"BT656", 90000}, /* [RFC2431],[RFC3555] */
{"DV", 90000}, /* [RFC3189] */
+ {"EVRC", 8000}, /* [RFC3558] */
{"EVRC0", 8000}, /* [RFC4788] */
{"EVRC1", 8000}, /* [RFC4788] */
- {"EVRC", 8000}, /* [RFC3558] */
+ {"EVRCB", 8000}, /* [RFC4788] */
{"EVRCB0", 8000}, /* [RFC4788] */
{"EVRCB1", 8000}, /* [RFC4788] */
- {"EVRCB", 8000}, /* [RFC4788] */
{"G7221", 16000}, /* [RFC3047] */
{"G726-16", 8000}, /* [RFC3551][RFC4856] */
{"G726-24", 8000}, /* [RFC3551][RFC4856] */
@@ -404,8 +404,8 @@ static const mimetype_and_clock mimetype_and_clock_map[] = {
{"pointer", 90000}, /* [RFC2862] */
{"raw", 90000}, /* [RFC4175] */
{"red", 1000}, /* [RFC4102] */
- {"SMV0", 8000}, /* [RFC3558] */
{"SMV", 8000}, /* [RFC3558] */
+ {"SMV0", 8000}, /* [RFC3558] */
{"t140", 1000}, /* [RFC4103] */
{"telephone-event", 8000}, /* [RFC4733] */
};