[FFmpeg-devel] [PATCH v1 1/2] lavc/vp9: set yuvj pixel format for full range decode
Leo Izen
leo.izen at gmail.com
Sat Jun 17 17:02:00 EEST 2023
On 6/17/23 04:11, Thilo Borgmann wrote:
> While the yuvj pixel formats are deprecated lots of code still relies
> on them to be set. Without setting a yuvj420p pixel format VP9
> decoding ends up incorrectly due to auto conversion.
>
I oppose this on principle. If there's code that relies on YUVJ being
set, then *that code* needs to be changed so it respects the
AVFrame->color_range field. Which code is working improperly with this?
- Leo Izen
More information about the ffmpeg-devel
mailing list