AV_DISPOSITION_CAPTIONS 3574 fftools/ffmpeg.c { "captions" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_CAPTIONS }, .unit = "flags" }, AV_DISPOSITION_CAPTIONS 583 libavformat/dump.c if (st->disposition & AV_DISPOSITION_CAPTIONS) AV_DISPOSITION_CAPTIONS 2816 libavformat/matroskadec.c st->disposition |= AV_DISPOSITION_CAPTIONS; AV_DISPOSITION_CAPTIONS 1169 libavformat/matroskaenc.c if (st->disposition & AV_DISPOSITION_CAPTIONS) { AV_DISPOSITION_CAPTIONS 200 libavformat/webvttdec.c { "captions", "WebVTT captions kind", 0, AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_CAPTIONS }, INT_MIN, INT_MAX, KIND_FLAGS, "webvtt_kind" },