{"write_prft","Write producer reference time box with specified time source",offsetof(MOVMuxContext,write_prft),AV_OPT_TYPE_INT,{.i64=MOV_PRFT_NONE},0,MOV_PRFT_NB-1,AV_OPT_FLAG_ENCODING_PARAM,"prft"},
{"empty_hdlr_name","write zero-length name string in hdlr atoms within mdia and minf atoms",offsetof(MOVMuxContext,empty_hdlr_name),AV_OPT_TYPE_BOOL,{.i64=0},0,1,AV_OPT_FLAG_ENCODING_PARAM},
{NULL},
};
...
...
@@ -2551,6 +2552,7 @@ static int is_clcp_track(MOVTrack *track)