| Index: source/patched-ffmpeg-mt/libavformat/http.h
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavformat/http.h (revision 50820)
|
| +++ source/patched-ffmpeg-mt/libavformat/http.h (working copy)
|
| @@ -18,9 +18,12 @@
|
| * License along with FFmpeg; if not, write to the Free Software
|
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| */
|
| +
|
| #ifndef AVFORMAT_HTTP_H
|
| #define AVFORMAT_HTTP_H
|
|
|
| +#include "avio.h"
|
| +
|
| /**
|
| * Sets custom HTTP headers.
|
| * A trailing CRLF ("\r\n") is required for custom headers.
|
|
|