Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
50 uint16_t version = 0;
64 version = avio_rl16(s->pb);
105 if (version <= 4) {
106 // version <= 4 needs to use the file size to calculate the offsets
113 if (version <= 3) {
118 } else if (version == 5) {
143 avpriv_request_sample(s, "version %d", version);