You've already forked FFmpeg
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user