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>