Go to the documentation of this file.
23 #ifndef AVFORMAT_RTPDEC_H
24 #define AVFORMAT_RTPDEC_H
34 #define RTP_MIN_PACKET_LENGTH 12
35 #define RTP_MAX_PACKET_LENGTH 1500
37 #define RTP_REORDER_QUEUE_DEFAULT_SIZE 10
39 #define RTP_NOTS_VALUE ((uint32_t)-1)
91 #define RTP_FLAG_KEY 0x1
92 #define RTP_FLAG_MARKER 0x2
107 typedef int (*DynamicPayloadPacketHandlerProc)(AVFormatContext *ctx,
199 char *value,
int value_size);
204 char *attr,
char *value));