* commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1':
movenc: Add a flag for using default-base-is-moof in tfhd atoms
Conflicts:
libavformat/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
{"faststart","Run a second pass to put the index (moov atom) at the beginning of the file",0,AV_OPT_TYPE_CONST,{.i64=FF_MOV_FLAG_FASTSTART},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"movflags"},
{"omit_tfhd_offset","Omit the base data offset in tfhd atoms",0,AV_OPT_TYPE_CONST,{.i64=FF_MOV_FLAG_OMIT_TFHD_OFFSET},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"movflags"},
{"default_base_moof","Set the default-base-is-moof flag in tfhd atoms",0,AV_OPT_TYPE_CONST,{.i64=FF_MOV_FLAG_DEFAULT_BASE_MOOF},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"movflags"},