From 18c7b354c5cf9d5656cdb500ed3afef3628125ca Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 6 Feb 2009 20:42:21 +0000 Subject: Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore Originally committed as revision 17023 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/rtp.h') diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 834fb1b0d3..6a19225cac 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -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); -- cgit v1.2.3