Commit 7cecab2f authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '3c525b8b'

* commit '3c525b8b':
  rtpdec: Increase the max size of the jitter buffer to 500 packets
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents b2a72e8a 3c525b8b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment