Lines Matching defs:options
57 AVDictionary *options;
337 AVDictionary *options = NULL;
353 ret = av_dict_copy(&options, file->options, 0);
357 if ((ret = avformat_open_input(&cat->avf, file->url, NULL, &options)) < 0 ||
360 av_dict_free(&options);
364 if (options) {
365 av_log(avf, AV_LOG_WARNING, "Unused options for '%s'.\n", file->url);
366 /* TODO log unused options once we have a proper string API */
367 av_dict_free(&options);
405 av_dict_free(&cat->files[i].options);
586 ret = av_dict_set(&file->options, arg_kw[0], arg_str[1], AV_DICT_DONT_STRDUP_VAL);
920 static const AVOption options[] = {
933 .option = options,