[FFmpeg-cvslog] rtpdec: Increase max rtp packet size to 8192
Andrew Van Til
git at videolan.org
Tue Apr 9 11:51:04 CEST 2013
ffmpeg | branch: master | Andrew Van Til <andyvt at babgvant.com> | Fri Apr 5 01:46:50 2013 +0200| [0e729b2290cf2fc8084c18294a46d996c41e3924] | committer: Martin Storsjö
rtpdec: Increase max rtp packet size to 8192
This fixes connecting to "Ceton InfiniTV4 PCIe & USB".
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e729b2290cf2fc8084c18294a46d996c41e3924
---
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
More information about the ffmpeg-cvslog
mailing list