Files
ffmpeg/libswscale
Andreas Rheinhardt 373c86bac8 swscale/utils: Improve type-safety
SwsContext.{src,dst}_format is int (but uses enum AVPixelFormat)
values, so the accesses need to be performed using an int
for -fshort-enums support.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2026-02-10 19:44:46 +01:00
..
2025-12-24 16:37:22 +00:00
2026-01-18 03:33:04 +00:00
2025-12-20 13:52:45 +00:00
2026-02-10 19:44:46 +01:00