Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6dc60921
Commit
6dc60921
authored
Jan 29, 2004
by
Laurent Aimar
Browse files
* demux2: mmh removed some shortcut. (easier than increasing
MODULE_SHORTCUT_MAX ;)
parent
f5c7fd83
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/demux2.c
View file @
6dc60921
...
@@ -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 1
5
:1
1:17
fenrir Exp $
* $Id: demux2.c,v 1.
9
2004/01/29 1
7
:1
4: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
();
/*****************************************************************************
/*****************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment