Lines Matching defs:version
16 * version 2.1 of the License, or (at your option) any later version.
198 int version, num_streams, i, channels = 0, ret;
207 version = avio_r8(pb);
208 if (version != 3 && version != 4)
211 if (size != (32 + ((version==3)?0:8) + 4*num_streams))
215 if (version == 4)
278 /* check if version is >= 1, in which case an UMID may be present */
481 av_log(s, AV_LOG_ERROR, "Unknown SMV version found\n");
837 .version = LIBAVUTIL_VERSION_INT,
985 .version = LIBAVUTIL_VERSION_INT,