aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-05 19:51:13 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-09 19:28:11 +0200
commitebcaa24274c4f67393710d2d40bd75b4e2f7f8e2 (patch)
treefa7a6847560a1b905eaf7fa641891f18f919cebe /CREDITS
parentaf94ae7dc78b5379d62cd315d25a18f0d2c3fa18 (diff)
downloadffmpeg-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 'CREDITS')
0 files changed, 0 insertions, 0 deletions