You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	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>
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user