Go to the documentation of this file.
22 #ifndef AVFORMAT_RTPDEC_H
23 #define AVFORMAT_RTPDEC_H
33 #define RTP_MIN_PACKET_LENGTH 12
34 #define RTP_MAX_PACKET_LENGTH 1500
36 #define RTP_REORDER_QUEUE_DEFAULT_SIZE 10
38 #define RTP_NOTS_VALUE ((uint32_t)-1)
93 #define RTP_FLAG_KEY 0x1
94 #define RTP_FLAG_MARKER 0x2
107 typedef int (*DynamicPayloadPacketHandlerProc) (AVFormatContext *ctx,
206 char *attr,
char *value));