[Mplayer-cvslog] CVS: main codec-cfg.c,1.19,1.20
Szabolcs Berecz
szabii at users.sourceforge.net
Tue Apr 24 12:21:57 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.15,1.16 vo_fsdga.c,1.2,1.3 vo_gl.c,1.3,1.4 vo_mga.c,1.9,1.10 vo_odivx.c,1.5,1.6 vo_png.c,1.2,1.3 vo_sdl.c,1.23,1.24 vo_svga.c,1.21,1.22 vo_x11.c,1.14,1.15 vo_xmga.c,1.15,1.16 vo_xv.c,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main/libvo mmx.h,1.3,1.4 vo_3dfx.c,1.4,1.5 vo_gl.c,1.4,1.5 vo_mga.c,1.10,1.11 vo_syncfb.c,1.4,1.5 vo_x11.c,1.15,1.16 vo_xmga.c,1.16,1.17 vo_xv.c,1.15,1.16 x11_common.c,1.14,1.15 yuv2rgb.c,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv31600
Modified Files:
codec-cfg.c
Log Message:
duplitated check fixed
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** codec-cfg.c 2001/04/24 02:14:14 1.19
--- codec-cfg.c 2001/04/24 10:21:55 1.20
***************
*** 646,654 ****
}
d=fgetc(f1);
- if(d=='.') return; // end of section
switch(d){
case '.':
! return;
case 'n':
wrapline(f2,codec->name); break;
--- 646,653 ----
}
d=fgetc(f1);
switch(d){
case '.':
! return; // end of section
case 'n':
wrapline(f2,codec->name); break;
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.15,1.16 vo_fsdga.c,1.2,1.3 vo_gl.c,1.3,1.4 vo_mga.c,1.9,1.10 vo_odivx.c,1.5,1.6 vo_png.c,1.2,1.3 vo_sdl.c,1.23,1.24 vo_svga.c,1.21,1.22 vo_x11.c,1.14,1.15 vo_xmga.c,1.15,1.16 vo_xv.c,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main/libvo mmx.h,1.3,1.4 vo_3dfx.c,1.4,1.5 vo_gl.c,1.4,1.5 vo_mga.c,1.10,1.11 vo_syncfb.c,1.4,1.5 vo_x11.c,1.15,1.16 vo_xmga.c,1.16,1.17 vo_xv.c,1.15,1.16 x11_common.c,1.14,1.15 yuv2rgb.c,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list