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:
Michael Niedermayer
2013-01-09 11:41:56 +01:00
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -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;
};