Commit 8df46c65 authored by Andrew Van Til's avatar Andrew Van Til Committed by Michael Niedermayer

rtpdec: Increase max rtp packet size to 8192

Fixes Ticket2314
Fixes connecting to "Ceton InfiniTV4 PCIe & USB"
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5ed9eebc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment