Searched refs:shorten_by (Results 1 – 1 of 1) sorted by relevance
1278 int shorten_by; in read_access_unit() local1283 shorten_by = get_bits(&gb, 16); in read_access_unit()1284 if (m->avctx->codec_id == AV_CODEC_ID_TRUEHD && shorten_by & 0x2000) in read_access_unit()1285 s->blockpos -= FFMIN(shorten_by & 0x1FFF, s->blockpos); in read_access_unit()1286 else if (m->avctx->codec_id == AV_CODEC_ID_MLP && shorten_by != 0xD234) in read_access_unit()