summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_v4l2.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:19:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:19:07 +0000
commit775ffcbceb2ae27dea51ace280aa75ac320f3ea7 (patch)
treebf662fe4c71c198ac0efe642363479857ebfc6db /libmpdemux/tvi_v4l2.c
parent0172887b3b1544011327b3154c624a8d51a62fc0 (diff)
downloadmpv-775ffcbceb2ae27dea51ace280aa75ac320f3ea7.tar.bz2
mpv-775ffcbceb2ae27dea51ace280aa75ac320f3ea7.tar.xz
embarassing typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12861 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tvi_v4l2.c')
-rw-r--r--libmpdemux/tvi_v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/tvi_v4l2.c b/libmpdemux/tvi_v4l2.c
index 0f7bbf048d..41b59eaafe 100644
--- a/libmpdemux/tvi_v4l2.c
+++ b/libmpdemux/tvi_v4l2.c
@@ -405,7 +405,7 @@ static int set_mute(priv_t *priv, int value)
}
/*
-** Mplayer uses values from -100 up to 100 for controls.
+** MPlayer uses values from -100 up to 100 for controls.
** Here they are scaled to what the tv card needs and applied.
*/
static int set_control(priv_t *priv, struct v4l2_control *control, int val_signed) {