Module: libav Branch: master Commit: 29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Wed Dec 12 00:01:29 2012 +0200 rtpproto: Remove unused defines Signed-off-by: Martin Storsjö <[email protected]> --- libavformat/rtpproto.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index aca6a5a..190dff4 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
