aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/voip_calls.h')
-rw-r--r--ui/voip_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/voip_calls.h b/ui/voip_calls.h
index fc6cdb5904..91308e6ab5 100644
--- a/ui/voip_calls.h
+++ b/ui/voip_calls.h
@@ -199,7 +199,7 @@ typedef struct _voip_calls_tapinfo {
seq_analysis_info_t* graph_analysis;
epan_t *session; /**< epan session */
int nrtp_streams; /**< number of rtp streams */
- GList* rtp_stream_list; /**< list with the rtp streams */
+ GList* rtp_stream_list; /**< list of rtp_stream_info_t */
guint32 rtp_evt_frame_num;
guint8 rtp_evt;
gboolean rtp_evt_end;