Searched refs:AVFMT_FLAG_AUTO_BSF (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 42 {"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 D | avformat.h | 1380 #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer macro
|
H A D | mux.c | 1078 if (!(s->flags & AVFMT_FLAG_AUTO_BSF)) in check_bitstream()
|
H A D | movenc.c | 7391 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