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
42f156e1
Commit
42f156e1
authored
Aug 01, 2012
by
Christoph Miebach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo: removing double spaces
parent
5435e8ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/access/dv.c
modules/access/dv.c
+1
-1
modules/demux/rawvid.c
modules/demux/rawvid.c
+1
-1
src/libvlc-module.c
src/libvlc-module.c
+1
-1
No files found.
modules/access/dv.c
View file @
42f156e1
...
@@ -57,7 +57,7 @@ static block_t *Block( access_t * );
...
@@ -57,7 +57,7 @@ static block_t *Block( access_t * );
static
int
Control
(
access_t
*
,
int
,
va_list
);
static
int
Control
(
access_t
*
,
int
,
va_list
);
vlc_module_begin
()
vlc_module_begin
()
set_description
(
N_
(
"Digital Video (Firewire/ieee1394)
input"
)
)
set_description
(
N_
(
"Digital Video (Firewire/ieee1394) input"
)
)
set_shortname
(
N_
(
"DV"
)
)
set_shortname
(
N_
(
"DV"
)
)
set_category
(
CAT_INPUT
)
set_category
(
CAT_INPUT
)
set_subcategory
(
SUBCAT_INPUT_ACCESS
)
set_subcategory
(
SUBCAT_INPUT_ACCESS
)
...
...
modules/demux/rawvid.c
View file @
42f156e1
...
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
...
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
#define FPS_TEXT N_("Frames per Second")
#define FPS_TEXT N_("Frames per Second")
#define FPS_LONGTEXT N_("This is the desired frame rate when " \
#define FPS_LONGTEXT N_("This is the desired frame rate when " \
"playing raw video streams.
In the form 30000/1001 or 29.97")
"playing raw video streams. In the form 30000/1001 or 29.97")
#define WIDTH_TEXT N_("Width")
#define WIDTH_TEXT N_("Width")
#define WIDTH_LONGTEXT N_("This specifies the width in pixels of the raw " \
#define WIDTH_LONGTEXT N_("This specifies the width in pixels of the raw " \
...
...
src/libvlc-module.c
View file @
42f156e1
...
@@ -963,7 +963,7 @@ static const char *const ppsz_prefres[] = {
...
@@ -963,7 +963,7 @@ static const char *const ppsz_prefres[] = {
#define SOUT_MUX_CACHING_TEXT N_("Stream output muxer caching (ms)")
#define SOUT_MUX_CACHING_TEXT N_("Stream output muxer caching (ms)")
#define SOUT_MUX_CACHING_LONGTEXT N_( \
#define SOUT_MUX_CACHING_LONGTEXT N_( \
"This allow you to configure the initial caching amount for stream output " \
"This allow you to configure the initial caching amount for stream output " \
"
muxer. This value should be set in milliseconds." )
"muxer. This value should be set in milliseconds." )
#define PACKETIZER_TEXT N_("Preferred packetizer list")
#define PACKETIZER_TEXT N_("Preferred packetizer list")
#define PACKETIZER_LONGTEXT N_( \
#define PACKETIZER_LONGTEXT N_( \
...
...
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