Lines Matching defs:opt_dict
89 AVDictionary *opt_dict = NULL;
116 av_dict_set(&opt_dict, "method", s->legacy_icecast ? "SOURCE" : "PUT", 0);
117 av_dict_set(&opt_dict, "auth_type", "basic", 0);
118 av_dict_set(&opt_dict, "headers", headers, AV_DICT_DONT_STRDUP_VAL);
119 av_dict_set(&opt_dict, "chunked_post", "0", 0);
120 av_dict_set(&opt_dict, "send_expect_100", s->legacy_icecast ? "-1" : "1", 0);
122 av_dict_set(&opt_dict, "content_type", s->content_type, 0);
124 av_dict_set(&opt_dict, "content_type", "audio/mpeg", 0);
126 av_dict_set(&opt_dict, "user_agent", s->user_agent, 0);
172 &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h);
176 av_dict_free(&opt_dict);