diff rtpdec.h @ 4392:ef5d6bb2c41b libavformat

Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore
author lucabe
date Fri, 06 Feb 2009 20:42:21 +0000
parents 80f21f72d7d6
children 35d76826b641
line wrap: on
line diff
--- a/rtpdec.h	Fri Feb 06 20:41:15 2009 +0000
+++ b/rtpdec.h	Fri Feb 06 20:42:21 2009 +0000
@@ -57,6 +57,7 @@
 typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler;
 
 #define RTP_MIN_PACKET_LENGTH 12
+#define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */
 
 int rtp_get_codec_info(AVCodecContext *codec, int payload_type);