Lines Matching defs:value
148 // New value lifted from avifile
225 char *value = NULL;
234 value = av_malloc(2 * len + LEN);
235 if (!value)
240 avio_get_str16le(s->pb, len, value, 2 * len + 1);
243 avio_read(s->pb, value, len);
244 value[len]=0;
255 snprintf(value, LEN, "%"PRIu64, num);
259 av_log(s, AV_LOG_DEBUG, "Unsupported GUID value in tag %s.\n", key);
263 "Unsupported value type %d in tag %s.\n", type, key);
266 if (*value)
267 av_dict_set(&s->metadata, key, value, 0);
270 av_freep(&value);
569 * ASF stream count starts at 1. I am using 0 to the container value
823 // Use ASF container value if the stream doesn't set AR.