Possible since 3d716d38abdae1982e84e30becb57458244656bd.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/takdec.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c
index 3e53401328..6f4cc92e88 100644
--- a/libavcodec/takdec.c
+++ b/libavcodec/takdec.c
@@ -502,8 +502,6 @@ static int decode_subframe(TAKDecContext *s, int32_t
*decoded,
memcpy(s->residues, &s->residues[y], 2 * filter_order);
}
- emms_c();
-
return 0;
}
@@ -660,8 +658,6 @@ static int decorrelate(TAKDecContext *s, int c1, int c2,
int length)
memmove(s->residues, &s->residues[tmp], 2 * filter_order);
}
-
- emms_c();
break;
}
}
--
2.34.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".