summaryrefslogtreecommitdiff
path: root/ui/rtp_media.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/rtp_media.h')
-rw-r--r--ui/rtp_media.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_media.h b/ui/rtp_media.h
index 5432091805..222be304b9 100644
--- a/ui/rtp_media.h
+++ b/ui/rtp_media.h
@@ -50,7 +50,7 @@ typedef gint16 SAMPLE;
typedef struct _rtp_packet {
guint32 frame_num; /* Qt only */
struct _rtp_info *info; /* the RTP dissected info */
- double arrive_offset; /* arrive offset time since the beginning of the stream in ms */
+ double arrive_offset; /* arrive offset time since the beginning of the stream as ms in GTK UI and s in Qt UI */
guint8* payload_data;
} rtp_packet_t;