diff options
author | Lynne <dev@lynne.ee> | 2023-10-24 06:33:07 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-10-25 20:51:05 +0200 |
commit | 9ee4f47c94083b4fe38d4e217a7d65055d3ad53f (patch) | |
tree | 8c9db04ddb1e8457e64993ec8240347cb03b59e1 /libavdevice/openal-dec.c | |
parent | 3c5bceb751891ae664319410f5dd8943732c15f0 (diff) | |
download | ffmpeg-9ee4f47c94083b4fe38d4e217a7d65055d3ad53f.tar.gz |
vulkan_decode: use coded_width/height instead of the non-coded width and height
Partially fixes https://streams.videolan.org/issues/19938/20000_20180305-15.04.59.ts
The is coded as 1920x1080, meant to be rendered at 1440x1080 with cropping,
or 1680x1080 before cropping. Currently, the created DPB is 1440x1080, which results
in the image being decoded incorrectly, as the decoder overwrites output memory.
This commit fixes this.
Diffstat (limited to 'libavdevice/openal-dec.c')
0 files changed, 0 insertions, 0 deletions