Commit 67622e8d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent e993d4b7
...@@ -1561,7 +1561,7 @@ static int OpenVideoDev( vlc_object_t *p_obj, const char *path, ...@@ -1561,7 +1561,7 @@ static int OpenVideoDev( vlc_object_t *p_obj, const char *path,
bottom_first = false; bottom_first = false;
/* Tune the tuner */ /* 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 ) if( freq != (uint32_t)-1 )
{ {
struct v4l2_frequency frequency = { struct v4l2_frequency frequency = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment