comparison http.h @ 6138:6fa300e438f3 libavformat

Add the necessary includes, add an extra empty line for cosmetics
author mstorsjo
date Thu, 17 Jun 2010 09:39:42 +0000
parents 117b1826ce8e
children 85710c0ef275
comparison
equal deleted inserted replaced
6137:938df9041b1c 6138:6fa300e438f3
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
21 #ifndef AVFORMAT_HTTP_H 22 #ifndef AVFORMAT_HTTP_H
22 #define AVFORMAT_HTTP_H 23 #define AVFORMAT_HTTP_H
24
25 #include "avio.h"
23 26
24 /** 27 /**
25 * Sets custom HTTP headers. 28 * Sets custom HTTP headers.
26 * A trailing CRLF ("\r\n") is required for custom headers. 29 * A trailing CRLF ("\r\n") is required for custom headers.
27 * Passing in an empty header string ("\0") will reset to defaults. 30 * Passing in an empty header string ("\0") will reset to defaults.