* qatar/master:
movenc: Add an option for omitting the tfhd base offset
Conflicts:
libavformat/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
{"frag_custom","Flush fragments on caller requests",0,AV_OPT_TYPE_CONST,{.i64=FF_MOV_FLAG_FRAG_CUSTOM},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"movflags"},
{"isml","Create a live smooth streaming feed (for pushing to a publishing point)",0,AV_OPT_TYPE_CONST,{.i64=FF_MOV_FLAG_ISML},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"movflags"},
{"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"},