[Mplayer-cvslog] CVS: main/libmpcodecs vd_qtrpza.c,1.6,1.7
Roberto Togni CVS
rtognimp at mplayerhq.hu
Tue Jan 14 23:03:33 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv30810
Modified Files:
vd_qtrpza.c
Log Message:
BGR16 is not a valid format for this codec
Index: vd_qtrpza.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_qtrpza.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vd_qtrpza.c 30 Aug 2002 21:44:20 -0000 1.6
+++ vd_qtrpza.c 14 Jan 2003 22:03:15 -0000 1.7
@@ -23,7 +23,7 @@
// init driver
static int init(sh_video_t *sh){
- return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR16);
+ return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR15);
}
// uninit driver
More information about the MPlayer-cvslog
mailing list