]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpproto.c
Merge commit 'bd255f9feb4deea4c990e582f0ba3b90d7b64b4c'
[ffmpeg] / libavformat / rtpproto.c
index 17b0f64afbdff03860b638b53870ef632433676c..62ec4c9d7de9b6f91437373c3f6849870fb72dc9 100644 (file)
@@ -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;