Mercurial > mplayer.hg
changeset 23150:adb59d6f5b8b
typo fix.
author | voroshil |
---|---|
date | Sun, 29 Apr 2007 00:03:19 +0000 |
parents | 392f15ad4f6f |
children | d2c6e0c71550 |
files | stream/tvi_v4l.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tvi_v4l.c Sat Apr 28 23:41:11 2007 +0000 +++ b/stream/tvi_v4l.c Sun Apr 29 00:03:19 2007 +0000 @@ -1070,7 +1070,7 @@ 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);