Lines Matching defs:value
126 unsigned char *line, *line_end, *key, *value;
169 value = strchr(key, ':');
170 if (!value) {
171 av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n",
176 *value++ = 0;
178 av_log(s, AV_LOG_DEBUG, "header: '%s' = '%s'\n", key, value);
180 value_int = strtol(value, &end_value, 10);
206 if (sscanf(value, "Vivo/%d.", &vivo->version) != 1)
211 if (av_sscanf(value, "%f", &d) != 1)
220 av_dict_set(&s->metadata, key, value, 0);