diff rtp.h @ 4380:1b695f013cd3 libavformat

Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c does not need to abuse read_buf_index
author lucabe
date Thu, 05 Feb 2009 14:53:25 +0000
parents f49e5d92ab26
children 5c42816e12c6
line wrap: on
line diff
--- a/rtp.h	Thu Feb 05 08:59:38 2009 +0000
+++ b/rtp.h	Thu Feb 05 14:53:25 2009 +0000
@@ -154,6 +154,7 @@
     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];