forked from FFmpeg/FFmpeg
Add the necessary includes, add an extra empty line for cosmetics
Originally committed as revision 23636 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eb928286de
commit
96c2ae61e6
1 changed files with 3 additions and 0 deletions
|
@ -18,9 +18,12 @@
|
||||||
* License along with FFmpeg; if not, write to the Free Software
|
* License along with FFmpeg; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AVFORMAT_HTTP_H
|
#ifndef AVFORMAT_HTTP_H
|
||||||
#define AVFORMAT_HTTP_H
|
#define AVFORMAT_HTTP_H
|
||||||
|
|
||||||
|
#include "avio.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets custom HTTP headers.
|
* Sets custom HTTP headers.
|
||||||
* A trailing CRLF ("\r\n") is required for custom headers.
|
* A trailing CRLF ("\r\n") is required for custom headers.
|
||||||
|
|
Loading…
Add table
Reference in a new issue