Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
7e6c0e33
Commit
7e6c0e33
authored
Mar 05, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/modules.h: increased numbers of shorcuts
* modules/demux/demux2.c: added all audio demuxer shortcuts.
parent
45adedc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
include/modules.h
include/modules.h
+2
-2
modules/demux/demux2.c
modules/demux/demux2.c
+8
-1
No files found.
include/modules.h
View file @
7e6c0e33
...
...
@@ -2,7 +2,7 @@
* modules.h : Module management functions.
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id
: modules.h,v 1.66 2004/03/03 20:39:51 gbazin Exp
$
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -27,7 +27,7 @@
/* Number of tries before we unload an unused module */
#define MODULE_HIDE_DELAY 50
#define MODULE_SHORTCUT_MAX
1
0
#define MODULE_SHORTCUT_MAX
2
0
/* The module handle type. */
#if defined(HAVE_DL_DYLD)
...
...
modules/demux/demux2.c
View file @
7e6c0e33
...
...
@@ -2,7 +2,7 @@
* demux2 adaptation layer.
*****************************************************************************
* Copyright (C) 2004 VideoLAN
* $Id
: demux2.c,v 1.10 2004/01/30 01:38:53 fenrir Exp
$
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -50,6 +50,13 @@ vlc_module_begin();
add_shortcut
(
"dvdnav"
);
add_shortcut
(
"dvdnavsimple"
);
add_shortcut
(
"ffmpeg"
);
add_shortcut
(
"mp3"
);
add_shortcut
(
"mpga"
);
add_shortcut
(
"aac"
);
add_shortcut
(
"a52"
);
add_shortcut
(
"dts"
);
add_shortcut
(
"mod"
);
add_shortcut
(
"flac"
);
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