You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
390 B
14 lines
390 B
Index: libvo/vo_png.c
|
|
===================================================================
|
|
--- libvo/vo_png.c (wersja 34891)
|
|
+++ libvo/vo_png.c (wersja 34892)
|
|
@@ -205,7 +205,7 @@
|
|
switch(format){
|
|
case IMGFMT_RGB24:
|
|
return use_alpha ? 0 : supported_flags;
|
|
- case IMGFMT_BGR32:
|
|
+ case IMGFMT_RGBA:
|
|
return use_alpha ? supported_flags : 0;
|
|
}
|
|
return 0;
|