Author: belegdol
Update of /cvs/free/rpms/mplayer/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14981
Added Files:
mplayer-pngalpha.patch
Removed Files:
mplayer-pnglapha.patch
Log Message:
Fixed typo
mplayer-pngalpha.patch:
vo_png.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE mplayer-pngalpha.patch ---
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;
--- mplayer-pnglapha.patch DELETED ---
Show replies by date