diff libvo/vo_gif89a.c @ 7487:e60109dfc85c

U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Sun, 22 Sep 2002 18:43:53 +0000
parents c4434bdf6e51
children 9fc45fe0d444
line wrap: on
line diff
--- a/libvo/vo_gif89a.c	Sun Sep 22 17:17:29 2002 +0000
+++ b/libvo/vo_gif89a.c	Sun Sep 22 18:43:53 2002 +0000
@@ -79,7 +79,7 @@
 	case IMGFMT_RGB24:
 	break;     
 	case IMGFMT_YV12:
-	     yuv2rgb_init(24, MODE_RGB);
+	     yuv2rgb_init(24, MODE_BGR);
 	     image_data = malloc(image_width*image_height*3);
 	break;
 	default: