Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
37 //the lowest version we should ever run across is 0.8
56 //be strict about major version while we're at it
153 int ret, version;
174 version = AV_RB16(st->codecpar->extradata);
175 if ((version >> 8) != EXPECTED_CODEC2_MAJOR_VERSION) {
176 avpriv_report_missing_feature(s, "Major version %i", version >> 8);
283 .version = LIBAVUTIL_VERSION_INT,
291 .version = LIBAVUTIL_VERSION_INT,