Searched refs:AV_DISPOSITION_CAPTIONS (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | webvttdec.c | 198 { "captions", "WebVTT captions kind", 0, AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_CAPTIONS }, INT_MIN, INT_MAX, KIND_FLAGS, "webvtt_kind" },
|
H A D | options.c | 217 { "captions", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_CAPTIONS }, .unit = "disposition" },
|
H A D | isom.c | 441 { AV_DISPOSITION_HEARING_IMPAIRED|AV_DISPOSITION_CAPTIONS,
|
H A D | avformat.h | 899 #define AV_DISPOSITION_CAPTIONS (1 << 16) macro
|
H A D | dump.c | 611 if (st->disposition & AV_DISPOSITION_CAPTIONS) in dump_stream_format()
|
H A D | matroskaenc.c | 1736 if (st->disposition & AV_DISPOSITION_CAPTIONS) { in mkv_write_track()
|
H A D | matroskadec.c | 2986 st->disposition |= AV_DISPOSITION_CAPTIONS; in matroska_parse_tracks()
|
Completed in 18 milliseconds