summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1enc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-22 12:33:50 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-24 03:42:38 +0200
commit4a699858d56261b87afad98f03ca3f9de4b196be (patch)
treedec59f51e3dffc7a3f090bc8b0e6d0227528332f /libavcodec/ffv1enc.c
parent73f024aa581ddbc49e6db9d39d944ce64b9d8a1c (diff)
avcodec/ffv1(dec|enc): Remove unnecessary emms_c()
These codecs do not use MMX at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/ffv1enc.c')
-rw-r--r--libavcodec/ffv1enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c
index 90593fbaf1..b939871664 100644
--- a/libavcodec/ffv1enc.c
+++ b/libavcodec/ffv1enc.c
@@ -1076,7 +1076,6 @@ retry:
} else {
ret = encode_rgb_frame(fs, planes, width, height, p->linesize);
}
- emms_c();
if (ret < 0) {
av_assert0(fs->slice_coding_mode == 0);