Originally committed as revision 17023 to svn://svn.ffmpeg.org/ffmpeg/trunk
#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);
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);