You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	rtpdec: Increase max rtp packet size to 8192
This fixes connecting to "Ceton InfiniTV4 PCIe & USB". Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
		
				
					committed by
					
						 Martin Storsjö
						Martin Storsjö
					
				
			
			
				
	
			
			
			
						parent
						
							350ad50bf4
						
					
				
				
					commit
					0e729b2290
				
			| @@ -33,7 +33,7 @@ typedef struct PayloadContext PayloadContext; | ||||
| typedef struct RTPDynamicProtocolHandler RTPDynamicProtocolHandler; | ||||
|  | ||||
| #define RTP_MIN_PACKET_LENGTH 12 | ||||
| #define RTP_MAX_PACKET_LENGTH 1500 | ||||
| #define RTP_MAX_PACKET_LENGTH 8192 | ||||
|  | ||||
| #define RTP_REORDER_QUEUE_DEFAULT_SIZE 10 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user