[MPlayer-cvslog] CVS: main/libmpdemux tv.c,1.71,1.72
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Thu May 12 17:31:41 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv2528
Modified Files:
tv.c
Log Message:
BGR formats are ok, too
Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- tv.c 29 Jan 2005 12:24:43 -0000 1.71
+++ tv.c 12 May 2005 15:31:37 -0000 1.72
@@ -180,8 +180,10 @@
case IMGFMT_YUY2:
case IMGFMT_RGB32:
case IMGFMT_RGB24:
- case IMGFMT_RGB16:
- case IMGFMT_RGB15:
+ case IMGFMT_BGR32:
+ case IMGFMT_BGR24:
+ case IMGFMT_BGR16:
+ case IMGFMT_BGR15:
break;
default:
mp_msg(MSGT_TV, MSGL_ERR, "==================================================================\n");
More information about the MPlayer-cvslog
mailing list