Searched refs:AVFMT_FLAG_AUTO_BSF (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 42 {"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 }, …
|
D | avformat.h | 1395 #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer macro
|
D | mux.c | 1099 if (!(s->flags & AVFMT_FLAG_AUTO_BSF))
|
D | movenc.c | 6537 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()
|