diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-13 07:44:59 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-21 22:08:52 +0200 |
commit | c4fd33a9515926948e28be1048d0ea69dbf6f3bf (patch) | |
tree | 2e054c19d4a071d9f0997d034fa157d7511ad6f8 /libavcodec/jpegquanttables.c | |
parent | c4ebe55f94ff9e55bada7dbe9ff2fb9e75d85800 (diff) | |
download | ffmpeg-c4fd33a9515926948e28be1048d0ea69dbf6f3bf.tar.gz |
avcodec/mpegvideo: Zero-init mbintra_table
Up until now, they are marked as dirty (filled with 1), meaning that
the entries are in need of a reset via ff_clean_intra_table_entries();
but actually, the entries are initialized to the state that
ff_clean_intra_table_entries() produces, so they can be marked
as non-dirty (i.e. filled with 0).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/jpegquanttables.c')
0 files changed, 0 insertions, 0 deletions