summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r--libavformat/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 98c2dc7b49..1690be2f49 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -154,6 +154,7 @@ struct RTPDemuxContext {
struct MpegTSContext *ts; /* only used for MP2T payloads */
int read_buf_index;
int read_buf_size;
+ int num_frames;
/* used to send back RTCP RR */
URLContext *rtp_ctx;
char hostname[256];