AVChapter         700 libavformat/avformat.h     AVChapter **chapters;
AVChapter        1025 libavformat/avformat.h AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base,
AVChapter         163 libavformat/matroskadec.c     AVChapter *chapter;
AVChapter         398 libavformat/nutdec.c     AVChapter *chapter= NULL;
AVChapter        2399 libavformat/utils.c AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title)
AVChapter        2401 libavformat/utils.c     AVChapter *chapter = NULL;
AVChapter        2409 libavformat/utils.c         chapter= av_mallocz(sizeof(AVChapter));