* commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92':
dashenc: add option to provide UTC timing source
Also use E instead of AV_OPT_FLAG_ENCODING_PARAM to be consistent with
the other AVOption.
Merged-by: Clément Bœsch <u@pkh.me>
{"single_file_name","DASH-templated name to be used for baseURL. Implies storing all segments in one file, accessed using byte ranges",OFFSET(single_file_name),AV_OPT_TYPE_STRING,{.str=NULL},0,0,E},
{"init_seg_name","DASH-templated name to used for the initialization segment",OFFSET(init_seg_name),AV_OPT_TYPE_STRING,{.str="init-stream$RepresentationID$.m4s"},0,0,E},
{"media_seg_name","DASH-templated name to used for the media segments",OFFSET(media_seg_name),AV_OPT_TYPE_STRING,{.str="chunk-stream$RepresentationID$-$Number%05d$.m4s"},0,0,E},
{"utc_timing_url","URL of the page that will return the UTC timestamp in ISO format",OFFSET(utc_timing_url),AV_OPT_TYPE_STRING,{0},0,0,E},