Lines Matching defs:value
166 char *value;
400 av_freep(&((MXFTaggedValue *)*ctx)->value);
821 "inconsistent FooterPartition value: %"PRIu64" != %"PRIu64"\n",
1273 int code, value, ofs = 0;
1278 value = avio_r8(pb);
1283 layout[ofs++] = value;
1502 return mxf_read_utf16le_string(pb, size - 17, &tagged_value->value);
1504 return mxf_read_utf16be_string(pb, size - 17, &tagged_value->value);
1941 * make sure the corresponding PTSes don't have the bogus value 0 */
2291 if (!tag || !tag->name || !tag->value)
2298 av_dict_set(pm, key, tag->value, AV_DICT_DONT_STRDUP_KEY);