Go to the documentation of this file.
23 #ifndef AVFORMAT_RTPDEC_H
24 #define AVFORMAT_RTPDEC_H
26 #include "libavcodec/avcodec.h"
35 #define RTP_MIN_PACKET_LENGTH 12
36 #define RTP_MAX_PACKET_LENGTH 1500
38 #define RTP_REORDER_QUEUE_DEFAULT_SIZE 10
40 #define RTP_NOTS_VALUE ((uint32_t)-1)
96 #define RTP_FLAG_KEY 0x1
97 #define RTP_FLAG_MARKER 0x2
112 typedef int (*DynamicPayloadPacketHandlerProc)(AVFormatContext *ctx,
205 char *
value,
int value_size);
210 char *attr,
char *
value));