Re: [FFmpeg-devel] [PATCH v3] vulkan_h264: fill correct ScalingList8x8 entries

2023-08-07 Thread Lynne
Aug 1, 2023, 16:21 by b...@bcheng.me: > The Vulkan spec wants ScalingList8x8 as defined by ITU spec, which is in > a different order from how ffmpeg parses it. > > v2: generalize for 444 case > v3: fix whitespace > --- > libavcodec/vulkan_h264.c | 6 -- > 1 file changed, 4 insertions(+), 2 de

[FFmpeg-devel] [PATCH v3] vulkan_h264: fill correct ScalingList8x8 entries

2023-08-01 Thread Benjamin Cheng
The Vulkan spec wants ScalingList8x8 as defined by ITU spec, which is in a different order from how ffmpeg parses it. v2: generalize for 444 case v3: fix whitespace --- libavcodec/vulkan_h264.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavcodec/vulkan_h264.c b/li