This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
rtpproto: Remove unused defines
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.1
Martin Storsjö
13 years ago
parent
f3f60dcbdd
commit
29d2595ad7
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavformat/rtpproto.c
+ 0
- 3
libavformat/rtpproto.c
View 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;
Write
Preview
Loading…
Cancel
Save