mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 18:31:37 +00:00
avformat/rtpdec: Remove next pointer from Protocol Handlers
Forgotten in 6197453761
(notice that
RTPDynamicProtocolHandler is not a public struct, so one can remove
the linked-list pointer immediately (unlike in most other patches of
this kind)).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
1775688292
commit
3567fab6e2
@ -134,8 +134,6 @@ struct RTPDynamicProtocolHandler {
|
|||||||
/** Parse handler for this dynamic packet */
|
/** Parse handler for this dynamic packet */
|
||||||
DynamicPayloadPacketHandlerProc parse_packet;
|
DynamicPayloadPacketHandlerProc parse_packet;
|
||||||
int (*need_keyframe)(PayloadContext *context);
|
int (*need_keyframe)(PayloadContext *context);
|
||||||
|
|
||||||
struct RTPDynamicProtocolHandler *next;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct RTPPacket {
|
typedef struct RTPPacket {
|
||||||
|
Loading…
Reference in New Issue
Block a user