diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-07-08 11:36:58 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-08-01 10:09:26 +0200 |
commit | 4b9f7c7e3a9568a1982a6618c0ab77a3695675c1 (patch) | |
tree | e6bfb484e60439b3f9574af0a2e44551abe534d8 /libavcodec/bit_depth_template.c | |
parent | d2f507233a6c3cbc24d342d3c31db2c3489df96d (diff) | |
download | ffmpeg-4b9f7c7e3a9568a1982a6618c0ab77a3695675c1.tar.gz |
lavc/ffv1: drop redundant FFV1Context.quant_table
In all cases except decoding version 1 it's either not used, or contains
a copy of a table from quant_tables, which we can just as well use
directly.
When decoding version 1, we can just as well decode into
quant_tables[0], which would otherwise be unused.
Diffstat (limited to 'libavcodec/bit_depth_template.c')
0 files changed, 0 insertions, 0 deletions