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
6a46d6cc
Commit
6a46d6cc
authored
Mar 07, 2007
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small warning fix.
parent
684012f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/access/http.c
modules/access/http.c
+1
-1
modules/access/v4l.c
modules/access/v4l.c
+1
-1
No files found.
modules/access/http.c
View file @
6a46d6cc
...
...
@@ -903,7 +903,7 @@ static int Request( access_t *p_access, int64_t i_tell )
}
else
{
char
*
psz_path
=
p_sys
->
url
.
psz_path
;
c
onst
c
har
*
psz_path
=
p_sys
->
url
.
psz_path
;
if
(
!
psz_path
||
!*
psz_path
)
{
psz_path
=
"/"
;
...
...
modules/access/v4l.c
View file @
6a46d6cc
...
...
@@ -142,7 +142,7 @@ static void Close( vlc_object_t * );
static
int
i_norm_list
[]
=
{
VIDEO_MODE_AUTO
,
VIDEO_MODE_SECAM
,
VIDEO_MODE_PAL
,
VIDEO_MODE_NTSC
};
static
char
*
psz_norm_list_text
[]
=
static
c
onst
c
har
*
psz_norm_list_text
[]
=
{
N_
(
"Automatic"
),
N_
(
"SECAM"
),
N_
(
"PAL"
),
N_
(
"NTSC"
)
};
vlc_module_begin
();
...
...
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