summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-16 14:07:05 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-16 14:07:05 +0200
commit7cecab2f886b539096996980f4379d4b88ab7a46 (patch)
tree1499990d0cc50f029b580705ebffd2d0ba0ae973 /libavformat/rtpdec.h
parentb2a72e8ab98d90f7196ea9f5777bd3c12a6462d2 (diff)
parent3c525b8b4770c1ac5f466a12c5523802bd5d40eb (diff)
Merge commit '3c525b8b4770c1ac5f466a12c5523802bd5d40eb'
* commit '3c525b8b4770c1ac5f466a12c5523802bd5d40eb': rtpdec: Increase the max size of the jitter buffer to 500 packets Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r--libavformat/rtpdec.h2
1 files changed, 1 insertions, 1 deletions
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)