[FFmpeg-soc] [soc]: r4838 - in concat/libavformat: concat.c concatgen.h m3u.c pls.c xspf.c
Diego Biurrun
diego at biurrun.de
Wed Jul 29 19:52:08 CEST 2009
On Wed, Jul 29, 2009 at 07:47:08PM +0200, gkovacs wrote:
>
> Log:
> moved ff_concatgen declarations into concatgen.h
>
> Added:
> concat/libavformat/concatgen.h
>
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ concat/libavformat/concatgen.h Wed Jul 29 19:47:08 2009 (r4838)
> @@ -0,0 +1,40 @@
> +
> +#ifndef AVFORMAT_CONCATGEN_H
> +#define AVFORMAT_CONCATGEN_H
> +
> +#include "playlist.h"
> +
> +int ff_concatgen_read_packet(AVFormatContext *s, AVPacket *pkt);
> +
> +int ff_concatgen_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags);
Does this pass 'make checkheaders' or 'make libavformat/concatgen.ho'?
It looks as though it needs avformat.h and stdint.h.
> +int64_t ff_concatgen_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit);
It's nicer if you break such long lines.
Diego
More information about the FFmpeg-soc
mailing list