diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 11:26:11 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-03 21:23:35 +0200 |
commit | 900ce6f8c3526f27173057bb955f54f4f4f41246 (patch) | |
tree | 8b6baad35dd7a5ae7238f0b231deb453a6b4a8b3 /libavutil/timestamp.h | |
parent | b0e38c7d1ed8d303f008b0827802b159d8ef9b19 (diff) | |
download | ffmpeg-900ce6f8c3526f27173057bb955f54f4f4f41246.tar.gz |
avcodec/intrax8: Avoid indirection when accessing VLC table
To do so, store the pointer to the VLC table and not to the VLC.
This is possible, because all the VLCs of the same type use
the same number of bits.
Also use a const VLCElem*, because the target is static and must
therefore not be modified after its initialization.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/timestamp.h')
0 files changed, 0 insertions, 0 deletions