./modules/demux/mpeg/ps.c: this module never fails the probe and should

therefore have capability 0
parent 8d5c85f2
......@@ -2,7 +2,7 @@
* ps.c : Program Stream input module for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: ps.c,v 1.2 2002/08/07 00:29:36 sam Exp $
* $Id: ps.c,v 1.3 2002/08/12 22:30:07 sigmunau Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
......@@ -61,7 +61,7 @@ static int Demux ( input_thread_t * );
*****************************************************************************/
vlc_module_begin();
set_description( _("ISO 13818-1 MPEG Program Stream input") );
set_capability( "demux", 100 );
set_capability( "demux", 0 );
set_callbacks( Activate, Deactivate );
add_shortcut( "ps" );
vlc_module_end();
......
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