Commit 49bf712a authored by Michael Niedermayer's avatar Michael Niedermayer

libavcodec/wmalosslessdec: add missing emms

prevent failure with mmx2
should fix fate failure on freebsd mmx2 client
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 476bd3c7
......@@ -798,6 +798,7 @@ static void revert_cdlms(WmallDecodeCtx *s, int ch,
s->channel_residues[ch][icoef] = input;
}
}
emms_c();
}
static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment