swscale: silent enum warnings
Commit b6f3628f replaced the pixel format type from int to enum AVPixelFormat. As a consequence, an incomplete switch now generates a lot of warnings (one per enum value): warning: enumeration value ‘AV_PIX_FMT_NONE’ not handled in switch [-Wswitch]
Loading
Please register or sign in to comment