summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-07-07 18:48:05 +0000
committerMike Melanson <mike@multimedia.cx>2002-07-07 18:48:05 +0000
commita84096a927188bdc62c959e87247809e89413a7f (patch)
tree3ab71688cd8fc6e7e3ccce2af2872db37b2db13e
parent3332459df8bcaef8d96d2888cf1b2e4c822ffbd5 (diff)
downloadxine-lib-a84096a927188bdc62c959e87247809e89413a7f.tar.gz
xine-lib-a84096a927188bdc62c959e87247809e89413a7f.tar.bz2
add Microsoft's FOURCC for raw RGB
CVS patchset: 2227 CVS date: 2002/07/07 18:48:05
-rw-r--r--src/xine-engine/buffer_types.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 17f9def28..53f1e554a 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: buffer_types.c,v 1.32 2002/07/07 00:43:49 tmmm Exp $
+ * $Id: buffer_types.c,v 1.33 2002/07/07 18:48:05 tmmm Exp $
*
*
* contents:
@@ -269,11 +269,12 @@ static video_db_t video_db[] = {
},
{
{
+ meFOURCC('D','I','B',' '), /* device-independent bitmap */
meFOURCC('r','a','w',' '),
0
},
BUF_VIDEO_RGB,
- ""
+ "Raw RGB"
},
{
{