From: Andrew Van Til <[email protected]> This fixes connecting to "Ceton InfiniTV4 PCIe & USB". --- libavformat/rtpdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index a93963a..6e923d9 100644 --- a/libavformat/rtpdec.h +++ b/libavformat/rtpdec.h @@ -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 -- 1.7.9.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
