Files
FFmpeg/fftools
Diego de Souza 1eb4712621 fftools/ffmpeg_dec: improve hwaccel format negotiation for CUARRAY
Adjust get_format() to prefer the exact hwaccel_output_format requested
by the user when multiple hardware formats are available (e.g. both
AV_PIX_FMT_CUDA and AV_PIX_FMT_CUARRAY). Previously, the loop would
break on the first matching device type, ignoring the user's preferred
output format.

When the preferred format is not available, the code now falls back
gracefully and emits a warning.

Signed-off-by: Diego de Souza <ddesouza@nvidia.com>
2026-07-14 19:45:02 +00:00
..
2025-11-22 18:38:40 +00:00
2025-11-23 12:53:43 +00:00