Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
142 uint64_t version;
440 { EBML_ID_EBMLREADVERSION, EBML_UINT, 0, 0, offsetof(Ebml, version), { .u = EBML_VERSION } },
2106 /* workaround a bug in our Matroska muxer, introduced in version 57.36 alongside
2709 * Create the "atom size", "tag", and "tag version" fields the
2807 av_log(matroska->ctx, AV_LOG_INFO, "Assuming WavPack version 4.10 "
3029 if (ebml.version > EBML_VERSION ||
3034 "EBML version %"PRIu64", doctype %s, doc version %"PRIu64,
3035 ebml.version, ebml.doctype, ebml.doctype_version);
3041 "(EBML version %"PRIu64", doctype %s, doc version %"PRIu64")\n",
3042 ebml.version, ebml.doctype, ebml.doctype_version);
3425 AV_WL16(dst + offset + 8, ver); // version
4433 .version = LIBAVUTIL_VERSION_INT,