Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
95 s->version = 1;
97 s->version = 2;
101 s->version, 0);
123 /* if version 2, then the rates are normalized */
125 if (s->version == 2) {
186 ff_dlog(s->avctx, "version=%d channels=%d sample_rate=%d bitrate=%"PRId64" block_align=%d\n",
187 s->version, channels, avctx->sample_rate, avctx->bit_rate,
199 if (s->version == 1)
206 if (s->version == 1) {
417 * @param version 0 for wma1,2 1 for wmapro
428 const uint16_t *run_table, int version,
449 if (!version) {