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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/rtp_media.h b/ui/rtp_media.h
index a5d293cebe..5432091805 100644
--- a/ui/rtp_media.h
+++ b/ui/rtp_media.h
@@ -48,6 +48,7 @@ typedef gint16 SAMPLE;
/* Defines an RTP packet */
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 */
guint8* payload_data;