[Mplayer-felhasznalok] fix_vidix.patch

MOLNAR Andor dolphy at inf.elte.hu
Sun Jul 7 19:20:36 CEST 2002


Hi!

kb. ket-harom napja irtam, hogy nem megy se a vesa:vidix se az fbdev:vidix.
egy kis eliras volt csak a kodban, itt a fix:

------------------------------------[fix_vidix.patch]-------------------------
--- vosub_vidix.c	Sun Jul  7 13:20:53 2002
+++ vosub_vidix.c	Sun Jul  7 13:19:08 2002
@@ -575,7 +575,7 @@
 	  case 32:err = ((vidix_fourcc.depth & VID_DEPTH_32BPP) != VID_DEPTH_32BPP); break;
 	  default: err=1; break;
 	}
-	if(err)
+	if(!err)
 	{
 	  printf("vosub_vidix: video server has unsupported color depth by vidix (%d)\n"
 	  ,vidix_fourcc.depth);
------------------------------------[fix_vidix.patch]-------------------------

dolphy





More information about the MPlayer-felhasznalok mailing list