Searched defs:nb_chapters (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | vorbiscomment.c | 41 ff_vorbiscomment_length(const AVDictionary *m, const char *vendor_string, AVChapter **chapters, unsigned int nb_chapters) ff_vorbiscomment_length() argument 65 ff_vorbiscomment_write(AVIOContext *pb, const AVDictionary *m, const char *vendor_string, AVChapter **chapters, unsigned int nb_chapters) ff_vorbiscomment_write() argument
|
H A D | oggenc.c | 276 ogg_write_vorbiscomment(int64_t offset, int bitexact, int *header_len, AVDictionary **m, int framing_bit, AVChapter **chapters, unsigned int nb_chapters) ogg_write_vorbiscomment() argument 370 ogg_build_opus_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m, AVChapter **chapters, unsigned int nb_chapters) ogg_build_opus_headers() argument
|
H A D | avformat.h | 1456 unsigned int nb_chapters; member
|
H A D | mov.c | 590 int i, nb_chapters, str_len, version; in mov_read_chpl() local
|
H A D | movenc.c | 4674 int i, nb_chapters = FFMIN(s->nb_chapters, 255); local
|
Completed in 27 milliseconds