Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
154 int version;
273 if (f->version > 1)
360 code = get_vlc2(&f->gb, block_type_vlc[1 - (f->version > 1)][index].table,
403 } else if (code == 3 && f->version >= 2) {
445 if (f->version > 1) {
864 if (f->version <= 1) {
865 av_log(f->avctx, AV_LOG_ERROR, "cfrm in version %d\n", f->version);
919 if (f->version <= 1)
1016 f->version = AV_RL32(avctx->extradata) >> 16;
1021 if (f->version > 2)