aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/codec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-20 05:27:41 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-24 00:46:49 +0200
commita8f34f0877e348eef4e84a8466b413c6d438b14b (patch)
treee8036d6691327a703ab0f8f9424fac4374cd4b85 /libavcodec/codec.h
parentc262245fd37e50da1e7065affefed287a21fe370 (diff)
downloadffmpeg-a8f34f0877e348eef4e84a8466b413c6d438b14b.tar.gz
avcodec/eatgq: Don't use IDCTDSP-API unnecessarily
The eatgq decoder uses a custom IDCT and actually does not use the IDCTDSP API at all. Somehow it was nevertheless used to simply apply the identity permutation on ff_zigzag_direct. This commit stops doing so. It also renames perm to scantable, because it is only the scantable as given by the spec without any further permutation performed by us. Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/codec.h')
0 files changed, 0 insertions, 0 deletions