diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-11 22:45:40 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-20 18:58:39 +0200 |
commit | c41818dc5dc14eb944761204e7b0ac179a6dcd1a (patch) | |
tree | 0d0b50dba25dbd10c5e39f1695667da811f4f2b5 /.gitattributes | |
parent | 0f92fecebb783d8d9e86473a12a0f724a0f78f34 (diff) | |
download | ffmpeg-c41818dc5dc14eb944761204e7b0ac179a6dcd1a.tar.gz |
avcodec/mpeg4videodec: Don't initialize unused inter_scantable
inter_scantable is only used by the dct_unquantize_h263_inter
functions, yet this is not used by the MPEG-4 decoder at all
(in case H.263 quantization is used, the unquantization already
happens in mpeg4_decode_block()).
Also move the common initialization of ff_permute_scantable()
out of the if.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions