Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
7c3c4495
Commit
7c3c4495
authored
Jun 30, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note to self: test compilation before applying patches.
parent
d1e3b1c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/mux/asf.c
modules/mux/asf.c
+2
-2
No files found.
modules/mux/asf.c
View file @
7c3c4495
...
...
@@ -87,9 +87,9 @@ vlc_module_begin();
add_string
(
SOUT_CFG_PREFIX
"rating"
,
""
,
NULL
,
RATING_TEXT
,
RATING_LONGTEXT
,
true
);
add_integer
(
SOUT_CFG_PREFIX
"packet-size"
,
4096
,
NULL
,
PACKETSIZE_TEXT
,
PACKETSIZE_LONGTEXT
,
VLC_TRUE
);
PACKETSIZE_LONGTEXT
,
true
);
add_integer
(
SOUT_CFG_PREFIX
"bitrate-override"
,
0
,
NULL
,
BITRATE_TEXT
,
BITRATE_LONGTEXT
,
VLC_TRUE
);
BITRATE_LONGTEXT
,
true
);
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