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
13e50f69
Commit
13e50f69
authored
Aug 03, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l: const decl. in line with v4l2.c
parent
a6d22fe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/v4l.c
modules/access/v4l.c
+2
-2
No files found.
modules/access/v4l.c
View file @
13e50f69
...
...
@@ -141,7 +141,7 @@ static void Close( vlc_object_t * );
#define FPS_LONGTEXT N_( "Framerate to capture, if applicable " \
"(-1 for autodetect)." )
static
int
i_norm_list
[]
=
static
const
int
i_norm_list
[]
=
{
VIDEO_MODE_AUTO
,
VIDEO_MODE_SECAM
,
VIDEO_MODE_PAL
,
VIDEO_MODE_NTSC
};
static
const
char
*
const
psz_norm_list_text
[]
=
{
N_
(
"Automatic"
),
N_
(
"SECAM"
),
N_
(
"PAL"
),
N_
(
"NTSC"
)
};
...
...
@@ -225,7 +225,7 @@ struct quicktime_mjpeg_app1
uint32_t
i_data_offset
;
/* following SOS marker data */
};
static
struct
static
const
struct
{
int
i_v4l
;
int
i_fourcc
;
...
...
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