X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec.h;h=701ce072b6f59ce1f64deaff4eea77705f04b982;hb=252500a78fe1a31abc79e6070d16f50382c39343;hp=9144edbe8b22a2c5f7232225ed0a05acceb75b3b;hpb=a2ae381b5a6f50669bcbd37001c110567a61f446;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 {