Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Doptions_table.h42 {"fflags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.i64 = AVFMT_FLAG_AUTO_BSF }, INT_MIN, INT_MAX, D|E, "fflags"},
55 {"autobsf", "add needed bsfs automatically", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_AUTO_BSF }, 0, 0, E, "fflags" },
H A Davformat.h1380 #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer macro
H A Dmux.c1078 if (!(s->flags & AVFMT_FLAG_AUTO_BSF)) in check_bitstream()
H A Dmovenc.c7391 if (mov->flags & FF_MOV_FLAG_EMPTY_MOOV && s->flags & AVFMT_FLAG_AUTO_BSF) {
7393 s->flags &= ~AVFMT_FLAG_AUTO_BSF;

Completed in 17 milliseconds