From a84096a927188bdc62c959e87247809e89413a7f Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 7 Jul 2002 18:48:05 +0000 Subject: add Microsoft's FOURCC for raw RGB CVS patchset: 2227 CVS date: 2002/07/07 18:48:05 --- src/xine-engine/buffer_types.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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" }, { { -- cgit v1.2.3