diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-05 19:51:13 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-09 19:28:11 +0200 |
commit | ebcaa24274c4f67393710d2d40bd75b4e2f7f8e2 (patch) | |
tree | fa7a6847560a1b905eaf7fa641891f18f919cebe /libavcodec/kgv1dec.c | |
parent | af94ae7dc78b5379d62cd315d25a18f0d2c3fa18 (diff) | |
download | ffmpeg-ebcaa24274c4f67393710d2d40bd75b4e2f7f8e2.tar.gz |
avcodec/asvdec: Remove unnecessary emms_c()
This codec uses BswapDSP, BlockDSP and IDCTDSP.
The former never used MMX, the latter does not use it
for idct_put since bfb28b5ce89f3e950214b67ea95b45e3355c2caf
and BlockDSP does not use it since commit
ee551a21ddcbf81afe183d9489c534ee80f263a0.
Therefore this emms_c() is can be removed.
(It was actually always redundant, because its caller
(decode_simple_internal()) calls emms_c() itself afterwards.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/kgv1dec.c')
0 files changed, 0 insertions, 0 deletions