101
114
/* dynamic payload stuff */
102
115
DynamicPayloadPacketHandlerProc parse_packet; ///< This is also copied from the dynamic protocol handler structure
103
116
void *dynamic_protocol_context; ///< This is a copy from the values setup from the sdp parsing, in rtsp.c don't free me.
106
120
extern RTPDynamicProtocolHandler *RTPFirstDynamicPayloadHandler;
108
122
int rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size); ///< from rtsp.c, but used by rtp dynamic protocol handlers.
124
void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);