Lines Matching defs:version
11 * version 2.1 of the License, or (at your option) any later version.
46 * IDs for different data types used in old version of Bink video codec
123 int version; ///< internal Bink file version
400 if (c->version == 'k') {
476 if (c->version < 'i') {
490 if (c->version < 'i') {
1040 if (c->version == 'k' && get_bits1(gb)) {
1264 if (c->version > 'b') {
1276 if (c->version >= 'i')
1281 if (c->version >= 'i')
1289 if (c->version > 'b') {
1302 if (c->version > 'b') {
1329 * Calculate quantization tables for version b
1368 c->version = avctx->codec_tag >> 24;
1375 c->swap_planes = c->version >= 'h';
1386 avctx->color_range = c->version == 'k' ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPEG;
1396 if (c->version == 'b') {