[MPlayer-cvslog] r34892 - trunk/libvo/vo_png.c
cehoyos
subversion at mplayerhq.hu
Tue May 8 12:53:40 CEST 2012
Author: cehoyos
Date: Tue May 8 12:53:40 2012
New Revision: 34892
Log:
Fix -vo png:alpha with newer FFmpeg.
Modified:
trunk/libvo/vo_png.c
Modified: trunk/libvo/vo_png.c
==============================================================================
--- trunk/libvo/vo_png.c Sun May 6 15:26:31 2012 (r34891)
+++ trunk/libvo/vo_png.c Tue May 8 12:53:40 2012 (r34892)
@@ -205,7 +205,7 @@ query_format(uint32_t format)
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;
More information about the MPlayer-cvslog
mailing list