[Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.21,1.22
Atmosfear
atmos4 at mplayerhq.hu
Wed Jun 5 03:49:11 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo sub.h,1.18,1.19 video_out.c,1.51,1.52 video_out.h,1.33,1.34 vo_xv.c,1.92,1.93
- Next message: [Mplayer-cvslog] CVS: main mp_msg.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24521/libmpdemux
Modified Files:
tvi_v4l.c
Log Message:
Fix by Jindrich Makovicka <makovick at kmlinux.fjfi.cvut.cz>.
Index: tvi_v4l.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_v4l.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- tvi_v4l.c 2 May 2002 17:12:44 -0000 1.21
+++ tvi_v4l.c 5 Jun 2002 01:49:03 -0000 1.22
@@ -709,7 +709,7 @@
priv->tuner.mode = req_mode;
- if (control(priv->video_fd, TVI_CONTROL_TUN_SET_TUNER, &priv->tuner) != TVI_CONTROL_TRUE)
+ if (control(priv, TVI_CONTROL_TUN_SET_TUNER, &priv->tuner) != TVI_CONTROL_TRUE)
return(TVI_CONTROL_FALSE);
return(TVI_CONTROL_TRUE);
}
- Previous message: [Mplayer-cvslog] CVS: main/libvo sub.h,1.18,1.19 video_out.c,1.51,1.52 video_out.h,1.33,1.34 vo_xv.c,1.92,1.93
- Next message: [Mplayer-cvslog] CVS: main mp_msg.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list