Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
17d55b1d
Commit
17d55b1d
authored
Dec 11, 2004
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc.h: moved --video-deco, shorter short string for --input-repeat
parent
3fdff4b8
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 @
17d55b1d
...
...
@@ -314,7 +314,7 @@ static char *ppsz_align_descriptions[] =
"Give the stream number of the subtitle channel you want to use " \
"(from 0 to n).")
#define INPUT_REPEAT_TEXT N_("
Number of time the same input will be repeated
")
#define INPUT_REPEAT_TEXT N_("
Input repetitions
")
#define INPUT_REPEAT_LONGTEXT N_("Number of time the same input will be repeated")
#define START_TIME_TEXT N_("Input start time (seconds)")
...
...
@@ -864,6 +864,8 @@ vlc_module_begin();
add_integer
(
"height"
,
-
1
,
NULL
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"video-x"
,
-
1
,
NULL
,
VIDEOX_TEXT
,
VIDEOX_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"video-y"
,
-
1
,
NULL
,
VIDEOY_TEXT
,
VIDEOY_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"video-deco"
,
0
,
NULL
,
VIDEO_DECO_TEXT
,
VIDEO_DECO_LONGTEXT
,
VLC_TRUE
);
add_string
(
"video-title"
,
NULL
,
NULL
,
VIDEO_TITLE_TEXT
,
VIDEO_TITLE_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"align"
,
0
,
NULL
,
ALIGN_TEXT
,
ALIGN_LONGTEXT
,
VLC_TRUE
);
...
...
@@ -891,8 +893,6 @@ vlc_module_begin();
change_short
(
'V'
);
set_subcategory
(
SUBCAT_VIDEO_VFILTER
);
add_bool
(
"video-deco"
,
0
,
NULL
,
VIDEO_DECO_TEXT
,
VIDEO_DECO_LONGTEXT
,
VLC_TRUE
);
add_module_list_cat
(
"filter"
,
SUBCAT_VIDEO_VFILTER
,
NULL
,
NULL
,
FILTER_TEXT
,
FILTER_LONGTEXT
,
VLC_FALSE
);
#if 0
...
...
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