]> git.sesse.net Git - vlc/commitdiff
Ooops, this wasn't supposed to be here anymore.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 8 Dec 2007 17:28:57 +0000 (17:28 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 8 Dec 2007 17:28:57 +0000 (17:28 +0000)
modules/access/v4l2.c

index 3a43c5f586c4e08c43dec779488e799035aa0d0c..6a0b9378ea3b6c2464e83a13a4b52ca1fbe10191 100644 (file)
@@ -1593,10 +1593,6 @@ int OpenVideoDev( demux_t *p_demux, char *psz_device )
     VideoControlList( p_demux, i_fd,
                       var_GetBool( p_demux, "v4l2-control-reset" ) );
 
-    for( i = 0; controls[i].psz_name != NULL; i++ )
-        VideoControl( p_demux, i_fd, controls[i].psz_name, controls[i].i_cid,
-                      var_GetInteger( p_demux, controls[i].psz_name ) );
-
     /* Init IO method */
     switch( p_sys->io )
     {