Home
last modified time | relevance | path

Searched refs:opt_dict (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dicecast.c89 AVDictionary *opt_dict = NULL; in icecast_open() local
116 av_dict_set(&opt_dict, "method", s->legacy_icecast ? "SOURCE" : "PUT", 0); in icecast_open()
117 av_dict_set(&opt_dict, "auth_type", "basic", 0); in icecast_open()
118 av_dict_set(&opt_dict, "headers", headers, AV_DICT_DONT_STRDUP_VAL); in icecast_open()
119 av_dict_set(&opt_dict, "chunked_post", "0", 0); in icecast_open()
120 av_dict_set(&opt_dict, "send_expect_100", s->legacy_icecast ? "-1" : "1", 0); in icecast_open()
122 av_dict_set(&opt_dict, "content_type", s->content_type, 0); in icecast_open()
124 av_dict_set(&opt_dict, "content_type", "audio/mpeg", 0); in icecast_open()
126 av_dict_set(&opt_dict, "user_agent", s->user_agent, 0); in icecast_open()
172 &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h); in icecast_open()
[all …]
/third_party/python/Lib/distutils/
Ddist.py250 opt_dict = self.get_option_dict(command)
252 opt_dict[opt] = ("setup script", val)
320 opt_dict = self.command_options.get(cmd_name)
321 if opt_dict is None:
327 out = pformat(opt_dict)
409 opt_dict = self.get_option_dict(section)
415 opt_dict[opt] = (filename, val)
602 opt_dict = self.get_option_dict(command)
604 opt_dict[name] = ("command line", value)