aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-02 07:01:04 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-02 07:01:04 +0000
commit9260d709ec6db17ca8fe9caf6196f1ce4fe8b0e9 (patch)
treefba2e9620a5131b771b97e762abd725945366f22
parent703854e1813255269b5436e3dbd563cfc4a7ed17 (diff)
Get rid of the #if 0'ed out "rtp_payload_type_vals[]" table - we should
be using the one from libethereal. svn path=/trunk/; revision=11072
-rw-r--r--gtk/rtp_stream_dlg.c35
1 files changed, 1 insertions, 34 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 92d49902b5..21f309c8c4 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -1,7 +1,7 @@
/* rtp_stream_dlg.c
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream_dlg.c,v 1.23 2004/06/01 22:12:37 ulfl Exp $
+ * $Id: rtp_stream_dlg.c,v 1.24 2004/06/02 07:01:04 guy Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -51,39 +51,6 @@
extern GtkWidget *main_display_filter_widget;
-#if 0
-static const value_string rtp_payload_type_vals[] =
-{
- { PT_PCMU, "ITU-T G.711 PCMU" },
- { PT_1016, "USA Federal Standard FS-1016" },
- { PT_G721, "ITU-T G.721" },
- { PT_GSM, "GSM 06.10" },
- { PT_G723, "ITU-T G.723" },
- { PT_DVI4_8000, "DVI4 8000 samples/s" },
- { PT_DVI4_16000, "DVI4 16000 samples/s" },
- { PT_LPC, "Experimental linear predictive encoding from Xerox PARC" },
- { PT_PCMA, "ITU-T G.711 PCMA" },
- { PT_G722, "ITU-T G.722" },
- { PT_L16_STEREO, "16-bit uncompressed audio, stereo" },
- { PT_L16_MONO, "16-bit uncompressed audio, monaural" },
- { PT_QCELP, "Qualcomm Code Excited Linear Predictive coding" },
- { PT_CN, "Comfort noise" },
- { PT_MPA, "MPEG-I/II Audio"},
- { PT_G728, "ITU-T G.728" },
- { PT_DVI4_11025, "DVI4 11025 samples/s" },
- { PT_DVI4_22050, "DVI4 22050 samples/s" },
- { PT_G729, "ITU-T G.729" },
- { PT_CELB, "Sun CellB video encoding" },
- { PT_JPEG, "JPEG-compressed video" },
- { PT_NV, "'nv' program" },
- { PT_H261, "ITU-T H.261" },
- { PT_MPV, "MPEG-I/II Video"},
- { PT_MP2T, "MPEG-II transport streams"},
- { PT_H263, "ITU-T H.263" },
- { 0, NULL },
-};
-#endif
-
typedef const guint8 * ip_addr_p;
static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse button";