diff rtp.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 daca5391106a
line wrap: on
line diff
--- a/rtp.h	Fri Feb 06 20:41:15 2009 +0000
+++ b/rtp.h	Fri Feb 06 20:42:21 2009 +0000
@@ -23,8 +23,6 @@
 
 #include "libavcodec/avcodec.h"
 
-#define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */
-
 /** return < 0 if unknown payload type */
 int rtp_get_payload_type(AVCodecContext *codec);