Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_AUTO_BSF (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions_table.h42 {"fflags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.i64 = AVFMT_FLAG_AUTO_BSF }, INT_MIN, INT_MAX,…
61 {"autobsf", "add needed bsfs automatically", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_AUTO_BSF }, …
Davformat.h1395 #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer macro
Dmux.c1099 if (!(s->flags & AVFMT_FLAG_AUTO_BSF))
Dmovenc.c6537 if (mov->flags & FF_MOV_FLAG_EMPTY_MOOV && s->flags & AVFMT_FLAG_AUTO_BSF) { in mov_init()
6539 s->flags &= ~AVFMT_FLAG_AUTO_BSF; in mov_init()