Mercurial > libavformat.hg
comparison rtpproto.c @ 2199:d16d62d4528f libavformat
more av_strl* adjustments
author | reimar |
---|---|
date | Sun, 24 Jun 2007 12:23:34 +0000 |
parents | 5ce5fad0dfac |
children | 5894ebb2faa7 |
comparison
equal
deleted
inserted
replaced
2198:7c13baaa4f87 | 2199:d16d62d4528f |
---|---|
23 | 23 |
24 #include <unistd.h> | 24 #include <unistd.h> |
25 #include <stdarg.h> | 25 #include <stdarg.h> |
26 #include "network.h" | 26 #include "network.h" |
27 #include <fcntl.h> | 27 #include <fcntl.h> |
28 #include "avstring.h" | |
28 | 29 |
29 #define RTP_TX_BUF_SIZE (64 * 1024) | 30 #define RTP_TX_BUF_SIZE (64 * 1024) |
30 #define RTP_RX_BUF_SIZE (128 * 1024) | 31 #define RTP_RX_BUF_SIZE (128 * 1024) |
31 | 32 |
32 typedef struct RTPContext { | 33 typedef struct RTPContext { |