summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-12-12 00:01:29 +0200
committerMartin Storsjö <martin@martin.st>2012-12-12 16:01:24 +0200
commit29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f (patch)
tree5f357a2e523ac74f87cf4e51b997aa4dbb306e7a /libavformat/rtpproto.c
parentf3f60dcbdd6ff2201526a603fe28293975bb7667 (diff)
rtpproto: Remove unused defines
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r--libavformat/rtpproto.c3
1 files changed, 0 insertions, 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 <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;