]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/consumer_avformat.c
fix color problem with libav (3483629)
[mlt] / src / modules / avformat / consumer_avformat.c
index 85d62d5edfa3f8e0aaf88b75172a18971733cc3b..9b70cebee0e7fa07ef38c67bab09d04f877b46c6 100644 (file)
@@ -1701,7 +1701,7 @@ static void *consumer_thread( void *arg )
 
                                                // Do the colour space conversion
 #ifdef SWSCALE
-                                               int flags = SWS_BILINEAR;
+                                               int flags = SWS_BICUBIC;
 #ifdef USE_MMX
                                                flags |= SWS_CPU_CAPS_MMX;
 #endif