[MPlayer-cvslog] r23168 - trunk/stream/tvi_v4l.c
voroshil
subversion at mplayerhq.hu
Sun Apr 29 02:03:19 CEST 2007
Author: voroshil
Date: Sun Apr 29 02:03:19 2007
New Revision: 23168
Log:
typo fix.
Modified:
trunk/stream/tvi_v4l.c
Modified: trunk/stream/tvi_v4l.c
==============================================================================
--- trunk/stream/tvi_v4l.c (original)
+++ trunk/stream/tvi_v4l.c Sun Apr 29 02:03:19 2007
@@ -1070,7 +1070,7 @@ static int control(priv_t *priv, int cmd
case TVI_CONTROL_VID_SET_PICTURE:
if (ioctl(priv->video_fd, VIDIOCSPICT, &priv->picture) == -1)
{
- mp_msg(MSGT_TV, MSGL_ERR, "ioctl get picture failed: %s\n", strerror(errno));
+ mp_msg(MSGT_TV, MSGL_ERR, "ioctl set picture failed: %s\n", strerror(errno));
return(TVI_CONTROL_FALSE);
}
return(TVI_CONTROL_TRUE);
More information about the MPlayer-cvslog
mailing list