aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rtp_player.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/rtp_player.c')
-rw-r--r--ui/gtk/rtp_player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/rtp_player.c b/ui/gtk/rtp_player.c
index 1894bd7556..9dc9767846 100644
--- a/ui/gtk/rtp_player.c
+++ b/ui/gtk/rtp_player.c
@@ -159,7 +159,7 @@ static PaStream *pa_stream;
typedef struct _rtp_channel_info {
nstime_t start_time_abs;
nstime_t stop_time_abs;
- GArray *samples; /* the array with decoded audio */
+ GArray *samples; /* Array of sample_t (decoded audio) */
guint16 call_num;
gboolean selected;
unsigned long frame_index;