[Mplayer-cvslog] CVS: main vobsub.c,1.31,1.32
Sascha Sommer CVS
faust3 at mplayerhq.hu
Sat Sep 20 21:42:14 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libaf af_export.c,NONE,1.1 Makefile,1.11,1.12 af.c,1.24,1.25 control.h,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech slave.txt,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv17097
Modified Files:
vobsub.c
Log Message:
binary flag is rquired for win32
Index: vobsub.c
===================================================================
RCS file: /cvsroot/mplayer/main/vobsub.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vobsub.c 31 Aug 2003 22:36:27 -0000 1.31
+++ vobsub.c 20 Sep 2003 19:41:24 -0000 1.32
@@ -263,7 +263,7 @@
res->packet = NULL;
res->packet_size = 0;
res->packet_reserve = 0;
- res->stream = rar_open(filename, "r");
+ res->stream = rar_open(filename, "rb");
err = res->stream == NULL;
if (err)
perror("fopen Vobsub file failed");
- Previous message: [Mplayer-cvslog] CVS: main/libaf af_export.c,NONE,1.1 Makefile,1.11,1.12 af.c,1.24,1.25 control.h,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech slave.txt,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list