aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegutils.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-06-13 07:44:59 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-06-21 22:08:52 +0200
commitc4fd33a9515926948e28be1048d0ea69dbf6f3bf (patch)
tree2e054c19d4a071d9f0997d034fa157d7511ad6f8 /libavcodec/mpegutils.c
parentc4ebe55f94ff9e55bada7dbe9ff2fb9e75d85800 (diff)
downloadffmpeg-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/mpegutils.c')
0 files changed, 0 insertions, 0 deletions