>> +#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.
> 

It passed make libavformat/concatgen.h; avformat.h is included via
playlist,h, while stdint.h is included via avio.h
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to