Skip to content
Snippets Groups Projects
Commit 0bf5a0cf authored by Kostya Shishkov's avatar Kostya Shishkov
Browse files

Bink version 'h' also has chroma planes swapped

Originally committed as revision 22236 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1429224b
No related branches found
No related tags found
No related merge requests found
......@@ -956,7 +956,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
}
flags = AV_RL32(avctx->extradata);
c->has_alpha = flags & BINK_FLAG_ALPHA;
c->swap_planes = c->version >= 'i';
c->swap_planes = c->version >= 'h';
if (!bink_trees[15].table) {
for (i = 0; i < 16; i++) {
const int maxbits = bink_tree_lens[i][15];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment