mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/apedec: Remove unnecessary emms_c()
Possible since 6feea076e9
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
4a699858d5
commit
145914524b
|
@ -1577,7 +1577,6 @@ static int ape_decode_frame(AVCodecContext *avctx, AVFrame *frame,
|
|||
ape_unpack_mono(s, blockstodecode);
|
||||
else
|
||||
ape_unpack_stereo(s, blockstodecode);
|
||||
emms_c();
|
||||
|
||||
if (s->error) {
|
||||
s->samples=0;
|
||||
|
|
Loading…
Reference in New Issue