diff options
author | Martin Storsjö <martin@martin.st> | 2012-12-12 00:01:29 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-12-12 16:01:24 +0200 |
commit | 29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f (patch) | |
tree | 5f357a2e523ac74f87cf4e51b997aa4dbb306e7a /libavformat/rtpproto.c | |
parent | f3f60dcbdd6ff2201526a603fe28293975bb7667 (diff) | |
download | ffmpeg-29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f.tar.gz |
rtpproto: Remove unused defines
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 3 |
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; |