[FFmpeg-cvslog] r23526 - in trunk/libavformat: http.c http.h

Diego Biurrun diego
Thu Jun 17 11:35:19 CEST 2010


On Tue, Jun 08, 2010 at 12:26:16PM +0200, mstorsjo wrote:
> 
> Added:
>    trunk/libavformat/http.h
> 
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ trunk/libavformat/http.h	Tue Jun  8 12:26:16 2010	(r23526)
> @@ -0,0 +1,42 @@
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * 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

An empty line would make this look less cramped.

> +void ff_http_set_headers(URLContext *h, const char *headers);

Please add the required #includes so that this passes 'make checkheaders'.

Diego



More information about the ffmpeg-cvslog mailing list