Skip to content
Snippets Groups Projects
Commit 8ec0dfc3 authored by Romain Vimont's avatar Romain Vimont Committed by Romain Vimont
Browse files

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]
parent 97d7c1c4
No related branches found
No related tags found
Loading
Pipeline #112663 passed with stage
in 59 minutes and 38 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment