{"reserve_index_space","Reserve a given amount of space (in bytes) at the beginning "
"of the file for the index (cues).",OFFSET(reserve_cues_space),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,FLAGS},
{"reserve_index_space","Reserve a given amount of space (in bytes) at the beginning of the file for the index (cues).",OFFSET(reserve_cues_space),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,FLAGS},
{"cluster_size_limit","Store at most the provided amount of bytes in a cluster. ",OFFSET(cluster_size_limit),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,FLAGS},
{"cluster_time_limit","Store at most the provided number of milliseconds in a cluster.",OFFSET(cluster_time_limit),AV_OPT_TYPE_INT64,{.i64=-1},-1,INT64_MAX,FLAGS},