From 29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Wed, 12 Dec 2012 00:01:29 +0200 Subject: [PATCH] rtpproto: Remove unused defines MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtpproto.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index aca6a5a849..190dff4bd2 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -40,9 +40,6 @@ #include #endif -#define RTP_TX_BUF_SIZE (64 * 1024) -#define RTP_RX_BUF_SIZE (128 * 1024) - typedef struct RTPContext { URLContext *rtp_hd, *rtcp_hd; int rtp_fd, rtcp_fd; -- 2.11.0