[FFmpeg-cvslog] rtpproto: Remove unused defines

Martin Storsjö git at videolan.org
Thu Dec 13 12:29:39 CET 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Dec 12 00:01:29 2012 +0200| [29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f] | committer: Martin Storsjö

rtpproto: Remove unused defines

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29d2595ad70eaa3ca4ce0fc1e4738ac7cc49497f
---

 libavformat/rtpproto.c |    3 ---
 1 file changed, 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;



More information about the ffmpeg-cvslog mailing list