[MPlayer-cvslog] r29499 - trunk/libmpcodecs/img_format.h
reimar
subversion at mplayerhq.hu
Wed Aug 12 02:51:10 CEST 2009
Author: reimar
Date: Wed Aug 12 02:51:09 2009
New Revision: 29499
Log:
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 it PNG decoding.
Modified:
trunk/libmpcodecs/img_format.h
Modified: trunk/libmpcodecs/img_format.h
==============================================================================
--- trunk/libmpcodecs/img_format.h Wed Aug 12 02:27:00 2009 (r29498)
+++ trunk/libmpcodecs/img_format.h Wed Aug 12 02:51:09 2009 (r29499)
@@ -14,7 +14,7 @@
#define IMGFMT_RGB24 (IMGFMT_RGB|24)
#define IMGFMT_RGB32 (IMGFMT_RGB|32)
#define IMGFMT_RGB48LE (IMGFMT_RGB|48)
-#define IMGFMT_RGB48BE (IMGFMT_RGB|49)
+#define IMGFMT_RGB48BE (IMGFMT_RGB|48)
#define IMGFMT_BGR_MASK 0xFFFFFF00
#define IMGFMT_BGR (('B'<<24)|('G'<<16)|('R'<<8))
More information about the MPlayer-cvslog
mailing list