]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/filter_swscale.c
Let loader producer use new GLSL normalizing filters (opengl branch).
[mlt] / src / modules / avformat / filter_swscale.c
index ac7840f4368148ff4a760f6437eb41294a53b7d6..8e88f7c623df199df972d45837415bc52b298fd1 100644 (file)
@@ -55,7 +55,7 @@ static inline int convert_mlt_to_av_cs( mlt_image_format format )
                case mlt_image_yuv420p:
                        value = PIX_FMT_YUV420P;
                        break;
-               case mlt_image_none:
+               default:
                        fprintf( stderr, "Invalid format...\n" );
                        break;
        }