[MPlayer-cvslog] r27810 - trunk/libmpdemux/demux_rtp.cpp

attila subversion at mplayerhq.hu
Wed Oct 22 18:08:27 CEST 2008


Author: attila
Date: Wed Oct 22 18:08:26 2008
New Revision: 27810

Log:
increase the max RTP packet size to 5MB as modern Elphel
cameras do produce such huge packets.
Requested by Alexandre Poltorak


Modified:
   trunk/libmpdemux/demux_rtp.cpp

Modified: trunk/libmpdemux/demux_rtp.cpp
==============================================================================
--- trunk/libmpdemux/demux_rtp.cpp	(original)
+++ trunk/libmpdemux/demux_rtp.cpp	Wed Oct 22 18:08:26 2008
@@ -371,7 +371,7 @@ extern "C" void demux_close_rtp(demuxer_
 
 ////////// Extra routines that help implement the above interface functions:
 
-#define MAX_RTP_FRAME_SIZE 50000
+#define MAX_RTP_FRAME_SIZE 5000000
     // >= the largest conceivable frame composed from one or more RTP packets
 
 static void afterReading(void* clientData, unsigned frameSize,



More information about the MPlayer-cvslog mailing list