summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-29 00:03:19 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-29 00:03:19 +0000
commit4f6225aaa7b534a69ebdc3d34207576963248bee (patch)
tree3932304500e7d0737822fe9c9daddb8a806ac22a /stream/tvi_v4l.c
parent7ed8a368d8c8115297c97b7c7679deace734a3ed (diff)
downloadmpv-4f6225aaa7b534a69ebdc3d34207576963248bee.tar.bz2
mpv-4f6225aaa7b534a69ebdc3d34207576963248bee.tar.xz
typo fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23168 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l.c')
-rw-r--r--stream/tvi_v4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index 07ef21822a..142be84a39 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -1070,7 +1070,7 @@ static int control(priv_t *priv, int cmd, void *arg)
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);