rtpproto: Remove unused defines

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/8/head
Martin Storsjö 12 years ago
parent f3f60dcbdd
commit 29d2595ad7
  1. 3
      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;

Loading…
Cancel
Save