diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-06-24 12:23:34 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-06-24 12:23:34 +0000 |
commit | 272605c73e02ff4e847e103ad3bd3161d7212949 (patch) | |
tree | 8f6e5916c84e1f258c3a8cafb076f3be8292be09 /libavformat | |
parent | 19f4cecafa8eeb51e3279da99b1b5d3c8edb3e2e (diff) | |
download | ffmpeg-272605c73e02ff4e847e103ad3bd3161d7212949.tar.gz |
more av_strl* adjustments
Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpproto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index f56b63f534..3708a90fa2 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -25,6 +25,7 @@ #include <stdarg.h> #include "network.h" #include <fcntl.h> +#include "avstring.h" #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) |