diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index 96cbb5e5ac..77596b6707 100644 --- a/libavformat/rtpdec.h +++ b/libavformat/rtpdec.h @@ -35,7 +35,7 @@ typedef struct RTPDynamicProtocolHandler RTPDynamicProtocolHandler; #define RTP_MIN_PACKET_LENGTH 12 #define RTP_MAX_PACKET_LENGTH 8192 -#define RTP_REORDER_QUEUE_DEFAULT_SIZE 10 +#define RTP_REORDER_QUEUE_DEFAULT_SIZE 500 #define RTP_NOTS_VALUE ((uint32_t)-1)