summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_jpeg.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2025-06-13 07:44:59 +0200
committerAndreas Rheinhardt <[email protected]>2025-06-21 22:08:52 +0200
commitc4fd33a9515926948e28be1048d0ea69dbf6f3bf (patch)
tree2e054c19d4a071d9f0997d034fa157d7511ad6f8 /libavcodec/cbs_jpeg.h
parentc4ebe55f94ff9e55bada7dbe9ff2fb9e75d85800 (diff)
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 <[email protected]>
Diffstat (limited to 'libavcodec/cbs_jpeg.h')
0 files changed, 0 insertions, 0 deletions