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
ceeaf1bc
Commit
ceeaf1bc
authored
Aug 19, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "avio: differentiate between avio-options and sout-avio-options in the GUI"
This reverts commit
03ae4817
.
parent
5e18c0b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
modules/access/avio.h
modules/access/avio.h
+1
-1
modules/codec/avcodec/avcommon.h
modules/codec/avcodec/avcommon.h
+0
-1
No files found.
modules/access/avio.h
View file @
ceeaf1bc
...
...
@@ -46,4 +46,4 @@ void OutCloseAvio(vlc_object_t *);
set_subcategory( SUBCAT_SOUT_ACO ) \
add_shortcut( "avio", "rtmp" ) \
set_callbacks( OutOpenAvio, OutCloseAvio) \
add_string("sout-avio-options", NULL, AV_
SOUT_
OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true)
add_string("sout-avio-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true)
modules/codec/avcodec/avcommon.h
View file @
ceeaf1bc
...
...
@@ -75,7 +75,6 @@ static inline void vlc_init_avcodec(void)
# include <libavutil/dict.h>
#define AV_OPTIONS_TEXT "Advanced options"
#define AV_SOUT_OPTIONS_TEXT "Advanced stream output options"
#define AV_OPTIONS_LONGTEXT "Advanced options, in the form {opt=val,opt2=val2}."
static
inline
AVDictionary
*
vlc_av_get_options
(
const
char
*
psz_opts
)
...
...
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