[vlc-devel] Re: Patch: DirectShow does not set tuner card input

Antoine Cellerier dionoea at videolan.org
Thu Jun 29 21:44:38 CEST 2006


Hello,

On Thu, Jun 29, 2006, Patrick Horn wrote:
> But in modules/access/dshow/dshow.cpp (line 458), I had checked if it 
> was greater than zero:
>          var_Get( p_this, "dshow-video-input", &val );
>            if( val.i_int > 0 )
>                    p_sys->crossbar_routes[i].VideoInputIndex=val.i_int;
> [...] 
> Changing these four options to
> if ( val.i_int >= 0 )
> will allow these options to work correctly.

This was already changed by a previous patch (from the forums i beleive)
several weeks ago :) Try using a svn version to see if it works.

Regards,

-- 
Antoine Cellerier
dionoea

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list