From c486dade95ba529151391a7879538c9d4787752b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 7 Apr 2011 20:25:52 +0200 Subject: avio: make URLContext internal. --- libavformat/mms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mms.h') 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; -- cgit v1.2.3