Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
5f9ddb01
Commit
5f9ddb01
authored
Dec 14, 2002
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libvlc.h: Fix mux/access_output options.
parent
f8bf106d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/libvlc.h
src/libvlc.h
+3
-3
No files found.
src/libvlc.h
View file @
5f9ddb01
...
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.
29 2002/12/14 21:32:42
fenrir Exp $
* $Id: libvlc.h,v 1.
30 2002/12/14 22:33:21
fenrir Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -489,8 +489,8 @@ vlc_module_begin();
/* Stream output */
add_category_hint
(
N_
(
"Stream output"
),
NULL
);
add_module
(
"packetizer"
,
"packetizer"
,
NULL
,
NULL
,
PACKETIZER_TEXT
,
PACKETIZER_LONGTEXT
);
add_module
(
"mux"
,
"mux"
,
NULL
,
NULL
,
MUX_TEXT
,
MUX_LONGTEXT
);
add_module
(
"access_output"
,
"
access_output
"
,
NULL
,
NULL
,
ACCESS_OUTPUT_TEXT
,
ACCESS_OUTPUT_LONGTEXT
);
add_module
(
"mux"
,
"
sout
mux"
,
NULL
,
NULL
,
MUX_TEXT
,
MUX_LONGTEXT
);
add_module
(
"access_output"
,
"
sout access
"
,
NULL
,
NULL
,
ACCESS_OUTPUT_TEXT
,
ACCESS_OUTPUT_LONGTEXT
);
add_string
(
"sout"
,
NULL
,
NULL
,
SOUT_TEXT
,
SOUT_LONGTEXT
);
/* CPU options */
...
...
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