CVS: main/libvo vo_syncfb.c,1.6,1.7 yuv2rgb.c,1.2,1.3
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++) {
participants (1)
-
Arpi of Ize