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/mms.h | |
parent | c5704b2b9a9cb38e27d24f9962594def16870c52 (diff) | |
download | ffmpeg-c486dade95ba529151391a7879538c9d4787752b.tar.gz |
avio: make URLContext internal.
Diffstat (limited to 'libavformat/mms.h')
-rw-r--r-- | libavformat/mms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mms.h b/libavformat/mms.h index e85d59a24f..12e9ef0962 100644 --- a/libavformat/mms.h +++ b/libavformat/mms.h @@ -21,7 +21,7 @@ #ifndef AVFORMAT_MMS_H #define AVFORMAT_MMS_H -#include "avformat.h" +#include "url.h" typedef struct { int id; |