|
|
@ -140,7 +140,7 @@ struct RTPDynamicProtocolHandler_s { |
|
|
|
int st_index, |
|
|
|
int st_index, |
|
|
|
PayloadContext *priv_data, |
|
|
|
PayloadContext *priv_data, |
|
|
|
const char *line); ///< Parse the a= line from the sdp field
|
|
|
|
const char *line); ///< Parse the a= line from the sdp field
|
|
|
|
PayloadContext *(*open) (); ///< allocate any data needed by the rtp parsing for this dynamic data.
|
|
|
|
PayloadContext *(*open) (void); ///< allocate any data needed by the rtp parsing for this dynamic data.
|
|
|
|
void (*close)(PayloadContext *protocol_data); ///< free any data needed by the rtp parsing for this dynamic data.
|
|
|
|
void (*close)(PayloadContext *protocol_data); ///< free any data needed by the rtp parsing for this dynamic data.
|
|
|
|
DynamicPayloadPacketHandlerProc parse_packet; ///< parse handler for this dynamic packet.
|
|
|
|
DynamicPayloadPacketHandlerProc parse_packet; ///< parse handler for this dynamic packet.
|
|
|
|
|
|
|
|
|
|
|
|