[FFmpeg-devel] [PATCH v2] lavc/texturedsp: require explicitly-set frame dimensions

Anton Khirnov anton at khirnov.net
Thu Feb 15 17:04:10 EET 2024


Quoting Connor Worley (2024-02-15 06:44:38)
> This change decouples the frame dimensions from avctx, which is useful
> for DXV decoding, and fixes incorrect behavior in the existing
> implementation.
> 
> Tested with `make fate THREADS=7` and
> `make fate THREADS=7 THREAD_TYPE=slice`.
> 
> Signed-off-by: Connor Worley <connorbworley at gmail.com>
> ---

Looks reasonable, especially the part removing an AVCodecContext on
stack.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list