From 29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Wed, 12 Dec 2012 00:01:29 +0200
Subject: [PATCH] rtpproto: Remove unused defines
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 libavformat/rtpproto.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index aca6a5a8495..190dff4bd22 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -40,9 +40,6 @@
 #include <sys/poll.h>
 #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;
-- 
GitLab