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