X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec.h;h=701ce072b6f59ce1f64deaff4eea77705f04b982;hb=04f49645a519233f3638104e0df5215758652fcb;hp=9144edbe8b22a2c5f7232225ed0a05acceb75b3b;hpb=e645d7a6d452df83cedcbb1d6708429ceea156da;p=ffmpeg diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index 9144edbe8b2..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 {