Commit 6dc60921 authored by Laurent Aimar's avatar Laurent Aimar

* demux2: mmh removed some shortcut. (easier than increasing

 MODULE_SHORTCUT_MAX ;)
parent f5c7fd83
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* demux2 adaptation layer. * demux2 adaptation layer.
***************************************************************************** *****************************************************************************
* Copyright (C) 2004 VideoLAN * Copyright (C) 2004 VideoLAN
* $Id: demux2.c,v 1.8 2004/01/29 15:11:17 fenrir Exp $ * $Id: demux2.c,v 1.9 2004/01/29 17:14:04 fenrir Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -45,13 +45,11 @@ vlc_module_begin(); ...@@ -45,13 +45,11 @@ vlc_module_begin();
/* Hack */ /* Hack */
add_shortcut( "nsv" ); add_shortcut( "nsv" );
add_shortcut( "real" );
add_shortcut( "rm" ); add_shortcut( "rm" );
add_shortcut( "ts2" ); add_shortcut( "ts2" );
add_shortcut( "ps2" ); add_shortcut( "ps2" );
add_shortcut( "dvdnav" ); add_shortcut( "dvdnav" );
add_shortcut( "ffmpeg" ); add_shortcut( "ffmpeg" );
add_shortcut( "au" );
vlc_module_end(); 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