RF #2362 fix is already included in 1.1 tarball
parent
b590cdfcad
commit
718bd55738
@ -1,13 +0,0 @@
|
|||||||
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;
|
|
Loading…
Reference in new issue