[MPlayer-cvslog] r34646 - trunk/libvo/vo_kva.c

komh subversion at mplayerhq.hu
Thu Feb 2 04:04:53 CET 2012


Author: komh
Date: Thu Feb  2 04:04:52 2012
New Revision: 34646

Log:
Fix bpp for IMGFMT_BGR32

Modified:
   trunk/libvo/vo_kva.c

Modified: trunk/libvo/vo_kva.c
==============================================================================
--- trunk/libvo/vo_kva.c	Thu Feb  2 03:56:50 2012	(r34645)
+++ trunk/libvo/vo_kva.c	Thu Feb  2 04:04:52 2012	(r34646)
@@ -187,7 +187,7 @@ static int query_format_info(int format,
     case IMGFMT_BGR32:
         fHWAccel        = m_int.kvac.ulInputFormatFlags & KVAF_BGR32;
         fcc             = FOURCC_BGR4;
-        bpp             = 3;
+        bpp             = 4;
         nChromaShift    = 0;
         break;
 


More information about the MPlayer-cvslog mailing list