Commit 29d2595a authored by Martin Storsjö's avatar Martin Storsjö

rtpproto: Remove unused defines

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent f3f60dcb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment