Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
39 #include "version.h"
1024 avio_wl16(pb, 0x410); // fallback to the most recent version
1402 AV_WB32(private, 0); // version + flags
1420 AV_WB32(private, 0); // version + flags
2318 const char *doctype, int version)
2327 ebml_writer_add_uint (&writer, EBML_ID_DOCTYPEVERSION, version);
2396 int ret, version = 2;
2405 version = 4;
2411 version = 4;
2414 ebml_write_header(pb, s->oformat->name, version);
3299 .version = LIBAVUTIL_VERSION_INT,