Module: sip-router Branch: master Commit: 327e12423f5476fe1a6002693e43f3080468d042 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=327e1242...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Thu May 26 18:22:23 2011 +0200
sdpops: fix gcc warning, reported from Juha
---
modules/sdpops/sdpops_data.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/sdpops/sdpops_data.c b/modules/sdpops/sdpops_data.c index 29d81b4..178c705 100644 --- a/modules/sdpops/sdpops_data.c +++ b/modules/sdpops/sdpops_data.c @@ -30,7 +30,7 @@ #include "../../trim.h" #include "sdpops_data.h"
-#if 0 +/*
http://www.iana.org/assignments/rtp-parameters
@@ -91,7 +91,7 @@ Registry Name: RTP Payload Format media types Reference: [RFC4855] Registration Procedures: Standards Action Process or expert approval
-#endif +*/
typedef struct _codecsmap { str name;