Lines Matching refs:format_options
42 AVDictionary *format_options;
128 AVDictionary *format_options = NULL;
131 ret = av_dict_copy(&format_options, fifo->format_options, 0);
135 ret = ff_format_output_open(avf2, avf->url, &format_options);
145 ret = avformat_write_header(avf2, &format_options);
150 if (format_options) {
152 while ((entry = av_dict_get(format_options, "", entry, AV_DICT_IGNORE_SUFFIX)))
158 av_dict_free(&format_options);
675 {"format_opts", "Options to be passed to underlying muxer", OFFSET(format_options),