Change #241683
Category | ffmpeg |
Changed by | averne <averne381 | @gmail.com>
Changed at | Sat 02 Aug 2025 08:11:39 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | a49108fd2923f9444af04727457d14300e96666f |
Comments
avcodec/proresdec: Remove grayscale hack This was introduced in commit 9c43703, to support a codec "extension" in the prores_aw encoder. This removes the chroma fill loop, and instead performs the inverse transform on null coefficients, which achieves the same result and fixes an off-by-one in the chroma values produced. Updated test to reflect this change.
Changed files
- libavcodec/proresdec.c
- tests/ref/fate/prores-gray