Lines Matching defs:options
180 static int init_muxer(AVFormatContext *s, AVDictionary **options)
188 if (options)
189 av_dict_copy(&tmp, *options, 0);
340 if (options) {
341 av_dict_free(options);
342 *options = tmp;
433 int avformat_init_output(AVFormatContext *s, AVDictionary **options)
438 if ((ret = init_muxer(s, options)) < 0)
454 int avformat_write_header(AVFormatContext *s, AVDictionary **options)
462 if ((ret = avformat_init_output(s, options)) < 0)