[vlc-devel] vlc: svn commit r22410 (funman)

Laurent Aimar fenrir at via.ecp.fr
Thu Oct 4 00:26:43 CEST 2007


On Wed, Oct 03, 2007, Laurent Aimar wrote:
> If yes, well we can just add a vlc variable "input-preparsed" and just do
> 
>  if( !var_GetBoolean( p_demux, "input-preparsed" ) )
>  {
>   xyz;
>  }
 You can now use
  var_CreateGetBool( p_demux, "meta-preparsed" )

-- 
fenrir



More information about the vlc-devel mailing list