- Updated to 1.1 - Made %pre, %svn and %svnbuild defines optional - Switched to .xz sources - Updated the ffmpeg patch - Fixed -vo png:alpha using a patch from SVN (RPM Fusion bug #2362)el8
parent
9b26a272d4
commit
8f487c26cd
@ -0,0 +1,13 @@
|
||||
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