Searched refs:AVChapter (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h558 typedef struct AVChapter { struct
566 } AVChapter; typedef in typeref:struct:AVChapter
700 AVChapter **chapters;
1023 * @return AVChapter or NULL on error
1025 AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h558 typedef struct AVChapter { struct
566 } AVChapter; typedef in typeref:struct:AVChapter
700 AVChapter **chapters;
1023 * @return AVChapter or NULL on error
1025 AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base,
H A Dnutdec.c398 AVChapter *chapter= NULL;
H A Dutils.c2450 AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title)
2452 AVChapter *chapter = NULL;
2460 chapter= av_mallocz(sizeof(AVChapter));
H A Dmatroskadec.c163 AVChapter *chapter;

Completed in 114 milliseconds