]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rtpdec.h
index 0c5dcabc8b32e889b287d78ef3e1524d1cf0a687..e469c0f61ca83f7ed824f4dc00e6f69833d2cf76 100644 (file)
@@ -160,9 +160,6 @@ struct RTPDemuxContext {
     int64_t  unwrapped_timestamp;
     int64_t  range_start_offset;
     int max_payload_size;
-    struct MpegTSContext *ts;   /* only used for MP2T payloads */
-    int read_buf_index;
-    int read_buf_size;
     /* used to send back RTCP RR */
     char hostname[256];
 
@@ -192,9 +189,6 @@ struct RTPDemuxContext {
     unsigned int last_octet_count;
     int64_t last_feedback_time;
 
-    /* buffer for partially parsed packets */
-    uint8_t buf[RTP_MAX_PACKET_LENGTH];
-
     /* dynamic payload stuff */
     const RTPDynamicProtocolHandler *handler;
     PayloadContext *dynamic_protocol_context;