]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec.h
Combine deprecation guards where appropriate
[ffmpeg] / libavformat / rtpdec.h
index 9282c4f6360ce42a5bbc4355a529b0e25ac99aa6..a0c5f778b29287b56ce270c5ab1527143634db63 100644 (file)
@@ -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)