diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-07 20:25:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-08 15:59:19 +0200 |
commit | c486dade95ba529151391a7879538c9d4787752b (patch) | |
tree | 6071fd5bb32d595fecc72dcf3ff8cf3f32020a59 /libavformat/rtpenc_chain.h | |
parent | c5704b2b9a9cb38e27d24f9962594def16870c52 (diff) | |
download | ffmpeg-c486dade95ba529151391a7879538c9d4787752b.tar.gz |
avio: make URLContext internal.
Diffstat (limited to 'libavformat/rtpenc_chain.h')
-rw-r--r-- | libavformat/rtpenc_chain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpenc_chain.h b/libavformat/rtpenc_chain.h index 678b49e27b..6bdddcfe99 100644 --- a/libavformat/rtpenc_chain.h +++ b/libavformat/rtpenc_chain.h @@ -23,6 +23,7 @@ #define AVFORMAT_RTPENC_CHAIN_H #include "avformat.h" +#include "url.h" AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st, URLContext *handle, int packet_size); |