1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

vulkan: unify handling of BGR and simplify ffv1_rct

This commit is contained in:
Lynne
2025-02-23 14:09:13 +00:00
parent dd7cc557af
commit f2a0bdd6b1
5 changed files with 70 additions and 10 deletions

View File

@ -37,6 +37,7 @@ int ff_ffv1_vk_init_crc_table_data(FFVulkanContext *s,
FFVkBuffer *vkb, FFV1Context *f);
typedef struct FFv1VkRCTParameters {
int fmt_lut[4];
int offset;
uint8_t bits;
uint8_t planar_rgb;