From 67622e8da3717e04e9bde5083f3707364981dcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net> Date: Thu, 1 Sep 2011 22:28:06 +0300 Subject: [PATCH] Typo --- modules/access/v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c index e4aa02252d46..66dd05f12e25 100644 --- a/modules/access/v4l2.c +++ b/modules/access/v4l2.c @@ -1561,7 +1561,7 @@ static int OpenVideoDev( vlc_object_t *p_obj, const char *path, bottom_first = false; /* Tune the tuner */ - uint32_t freq = var_InheritInteger( p_obj, CFG_PREFIX"frequency" ); + uint32_t freq = var_InheritInteger( p_obj, CFG_PREFIX"tuner-frequency" ); if( freq != (uint32_t)-1 ) { struct v4l2_frequency frequency = { -- GitLab