[Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.37,1.38
Jindrich Makovicka CVS
henry at mplayerhq.hu
Tue Oct 29 11:04:16 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c,1.5,1.6 asf_streaming.c,1.33,1.34 cdd.h,1.1,1.2 cddb.c,1.7,1.8 http.h,1.5,1.6 network.c,1.63,1.64 network.h,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.320,1.321
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv26337
Modified Files:
tvi_v4l.c
Log Message:
10L fix
Index: tvi_v4l.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_v4l.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- tvi_v4l.c 25 Oct 2002 09:42:41 -0000 1.37
+++ tvi_v4l.c 29 Oct 2002 10:03:58 -0000 1.38
@@ -580,7 +580,7 @@
{
int bufsize, cnt;
- if (tv_param_buffer_size) {
+ if (tv_param_buffer_size >= 0) {
bufsize = tv_param_buffer_size*1024*1024;
} else {
#ifdef HAVE_SYS_SYSINFO_H
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c,1.5,1.6 asf_streaming.c,1.33,1.34 cdd.h,1.1,1.2 cddb.c,1.7,1.8 http.h,1.5,1.6 network.c,1.63,1.64 network.h,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.320,1.321
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list