1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-25 14:23:15 +02:00
Files
FFmpeg/libavcodec
Andreas Rheinhardt cb15b7b29e avcodec/vulkan_video: Don't use sparse table
ff_vk_codec_map currently is an array indexed by AVCodecID;
it has AV_CODEC_ID_FIRST_AUDIO (= 65536) entries, but uses
only three of them; only 24B of 1MiB were actually used

This commit fixes this by adding an AVCodecID field to the table
and making it non-sparse.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-03-03 17:17:13 +01:00
..
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-02-12 22:00:03 +02:00
2024-02-12 22:00:03 +02:00
2024-02-27 20:32:37 +02:00
2024-02-27 20:32:37 +02:00
2024-02-29 10:30:16 +01:00
2024-02-20 17:31:40 +11:00
2024-01-25 11:07:28 -05:00
2024-02-21 20:08:25 +02:00
2024-02-21 20:08:25 +02:00
2024-02-03 00:26:17 +01:00
2024-02-17 14:45:49 +02:00
2024-02-17 14:45:49 +02:00