Lines Matching defs:opts
113 AVDictionary *opts = NULL;
115 av_dict_set(&opts, "truncate", "0", 0);
117 &os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NULL);
118 av_dict_free(&opts);
124 av_dict_set(&opts, "truncate", "0", 0);
126 &os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NULL);
127 av_dict_free(&opts);
306 AVDictionary *opts = NULL;
342 av_dict_set_int(&opts, "ism_lookahead", c->lookahead_count, 0);
343 av_dict_set(&opts, "movflags", "frag_custom", 0);
344 ret = avformat_write_header(ctx, &opts);
345 av_dict_free(&opts);