X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec.h;h=701ce072b6f59ce1f64deaff4eea77705f04b982;hb=1ec87f50f42a16f9228444dc08aa8264879f61e1;hp=5a47d6f79d5fb7d3116ee8f41d8caee4fdab5202;hpb=493240a522fca34882601fbeeda4e17aa40a0303;p=ffmpeg diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index 5a47d6f79d5..701ce072b6f 100644 --- a/libavformat/rtpdec.h +++ b/libavformat/rtpdec.h @@ -134,8 +134,6 @@ struct RTPDynamicProtocolHandler { /** Parse handler for this dynamic packet */ DynamicPayloadPacketHandlerProc parse_packet; int (*need_keyframe)(PayloadContext *context); - - struct RTPDynamicProtocolHandler *next; }; typedef struct RTPPacket { @@ -154,7 +152,6 @@ struct RTPDemuxContext { uint16_t seq; uint32_t timestamp; uint32_t base_timestamp; - uint32_t cur_timestamp; int64_t unwrapped_timestamp; int64_t range_start_offset; int max_payload_size;