[vlc-commits] Typo
Rémi Denis-Courmont
git at videolan.org
Thu Sep 1 21:29:23 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 1 22:28:06 2011 +0300| [67622e8da3717e04e9bde5083f3707364981dcb0] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67622e8da3717e04e9bde5083f3707364981dcb0
---
modules/access/v4l2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c
index e4aa022..66dd05f 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 = {
More information about the vlc-commits
mailing list