Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
0aaa609a
Commit
0aaa609a
authored
Jun 10, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forwardport of [11376]
parent
ffff4492
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/fake.c
modules/access/fake.c
+1
-1
modules/access/pvr/pvr.c
modules/access/pvr/pvr.c
+2
-2
modules/access/v4l/v4l.c
modules/access/v4l/v4l.c
+1
-1
No files found.
modules/access/fake.c
View file @
0aaa609a
...
...
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
"value should be set in millisecond units." )
#define FPS_TEXT N_("Framerate")
#define FPS_LONGTEXT N_( \
"Specify the number of frames per second (eg. 24, 25, 29.9
9
7, 30).")
"Specify the number of frames per second (eg. 24, 25, 29.97, 30).")
vlc_module_begin
();
set_shortname
(
_
(
"Fake"
)
);
...
...
modules/access/pvr/pvr.c
View file @
0aaa609a
...
...
@@ -68,10 +68,10 @@ static void Close( vlc_object_t * );
#define FRAMERATE_TEXT N_( "Framerate" )
#define FRAMERATE_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for auto)" )
"(-1 for auto
detect
)" )
#define KEYINT_TEXT N_( "Key interval" )
#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for auto)" )
#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for auto
detect
)" )
#define BFRAMES_TEXT N_( "B Frames" )
#define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used. " \
...
...
modules/access/v4l/v4l.c
View file @
0aaa609a
...
...
@@ -135,7 +135,7 @@ static void Close( vlc_object_t * );
#define QUALITY_LONGTEXT N_( "Set the quality of the stream" )
#define FPS_TEXT N_( "Framerate" )
#define FPS_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for auto)" )
"(-1 for auto
detect
)" )
static
int
i_norm_list
[]
=
{
VIDEO_MODE_AUTO
,
VIDEO_MODE_SECAM
,
VIDEO_MODE_PAL
,
VIDEO_MODE_NTSC
};
...
...
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