]> git.sesse.net Git - vlc/commitdiff
* ts.c: added "ts" shorcut for ts_dvbpsi.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 26 Feb 2003 12:38:17 +0000 (12:38 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 26 Feb 2003 12:38:17 +0000 (12:38 +0000)
modules/mux/mpeg/ts.c

index e808afb4d17fdf41e152912e5d5375b3ea2b555c..043d45551003d9197f738009ecb29c3d2ef94278 100644 (file)
@@ -2,7 +2,7 @@
  * ts.c
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: ts.c,v 1.12 2003/02/24 14:14:43 fenrir Exp $
+ * $Id: ts.c,v 1.13 2003/02/26 12:38:17 fenrir Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Eric Petit <titer@videolan.org>
@@ -140,9 +140,11 @@ vlc_module_begin();
     set_description( _("TS muxer") );
     set_capability( "sout mux", 100 );
     add_shortcut( "ts" );
+    add_shortcut( "ts_nodvbpsi" );
 #elif defined MODULE_NAME_IS_mux_ts_dvbpsi
     set_description( _("TS muxer (libdvbpsi)") );
     set_capability( "sout mux", 120 );
+    add_shortcut( "ts" );
     add_shortcut( "ts_dvbpsi" );
 #endif
     set_callbacks( Open, Close );