mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user