[Mplayer-cvslog] CVS: main/libvo vo_syncfb.c,1.6,1.7 yuv2rgb.c,1.2,1.3
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Wed Aug 22 22:14:12 CEST 2001
    
        - Previous message: [Mplayer-cvslog] CVS: main/linux getch2.c,1.5,1.6
 
        - Next message: [Mplayer-cvslog] CVS: main/debian README.debian,1.3,1.4 changelog,1.6,1.7 control,1.4,1.5 copyright,1.3,1.4 rules,1.7,1.8 templates,1.2,1.3 docs,1.1,NONE
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv28410
Modified Files:
	vo_syncfb.c yuv2rgb.c 
Log Message:
exit->return
Index: vo_syncfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_syncfb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vo_syncfb.c	13 Aug 2001 11:08:18 -0000	1.6
+++ vo_syncfb.c	22 Aug 2001 20:14:10 -0000	1.7
@@ -376,7 +376,7 @@
 		printf("using palette yuv422\n");
 	} else {
 		printf("no supported palette found\n");
-		exit(1);
+		return -1;
 	}
 
 	// config.src_palette= VIDEO_PALETTE_YUV422;
Index: yuv2rgb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/yuv2rgb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yuv2rgb.c	24 Apr 2001 11:30:57 -0000	1.2
+++ yuv2rgb.c	22 Aug 2001 20:14:10 -0000	1.3
@@ -402,7 +402,7 @@
 
     default:
 	printf ("%ibpp not supported by yuv2rgb\n", bpp);
-	exit (1);
+	//exit (1);
     }
 
     for (i = 0; i < 256; i++) {
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/linux getch2.c,1.5,1.6
 
	- Next message: [Mplayer-cvslog] CVS: main/debian README.debian,1.3,1.4 changelog,1.6,1.7 control,1.4,1.5 copyright,1.3,1.4 rules,1.7,1.8 templates,1.2,1.3 docs,1.1,NONE
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the MPlayer-cvslog
mailing list