diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-20 05:27:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-24 00:46:49 +0200 |
commit | a8f34f0877e348eef4e84a8466b413c6d438b14b (patch) | |
tree | e8036d6691327a703ab0f8f9424fac4374cd4b85 /libavformat/avformat.c | |
parent | c262245fd37e50da1e7065affefed287a21fe370 (diff) | |
download | ffmpeg-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 'libavformat/avformat.c')
0 files changed, 0 insertions, 0 deletions