You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libavcodec/wmalosslessdec: add missing emms
prevent failure with mmx2 should fix fate failure on freebsd mmx2 client Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -798,6 +798,7 @@ static void revert_cdlms(WmallDecodeCtx *s, int ch,
|
|||||||
s->channel_residues[ch][icoef] = input;
|
s->channel_residues[ch][icoef] = input;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
emms_c();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size)
|
static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size)
|
||||||
|
Reference in New Issue
Block a user