mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-23 16:13:29 +08:00
Merge commit '42805eda554a7fc44341282771531e7837ac72b7'
* commit '42805eda554a7fc44341282771531e7837ac72b7': rtpdec: Store the dynamic payload handler in the rtpdec context Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -184,7 +184,7 @@ struct RTPDemuxContext {
|
||||
uint8_t buf[RTP_MAX_PACKET_LENGTH];
|
||||
|
||||
/* dynamic payload stuff */
|
||||
DynamicPayloadPacketHandlerProc parse_packet;
|
||||
const RTPDynamicProtocolHandler *handler;
|
||||
PayloadContext *dynamic_protocol_context;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user