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
94394681
Commit
94394681
authored
Aug 04, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spelling of "unsupported"
parent
790304ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/control/http.c
modules/control/http.c
+1
-1
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+1
-1
modules/demux/nuv.c
modules/demux/nuv.c
+1
-1
No files found.
modules/control/http.c
View file @
94394681
...
...
@@ -2228,7 +2228,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
default:
if
(
*
control
)
{
PRINTS
(
"<!-- control param(%s) unsuported -->"
,
control
);
PRINTS
(
"<!-- control param(%s) unsup
p
orted -->"
,
control
);
}
break
;
}
...
...
modules/demux/mp4/mp4.c
View file @
94394681
...
...
@@ -1713,7 +1713,7 @@ static void MP4_TrackCreate( demux_t *p_demux, mp4_track_t *p_track,
unsigned
int
i
;
char
language
[
4
];
/* hint track unsuported */
/* hint track unsup
p
orted */
/* set default value (-> track unusable) */
p_track
->
b_ok
=
VLC_FALSE
;
...
...
modules/demux/nuv.c
View file @
94394681
...
...
@@ -230,7 +230,7 @@ static int Open( vlc_object_t * p_this )
else
{
/* TODO handle rtjpeg */
msg_Warn
(
p_demux
,
"unsuported 'D' frame (c=%c)"
,
fh
.
i_compression
);
msg_Warn
(
p_demux
,
"unsup
p
orted 'D' frame (c=%c)"
,
fh
.
i_compression
);
if
(
stream_Read
(
p_demux
->
s
,
NULL
,
fh
.
i_length
)
!=
fh
.
i_length
)
goto
error
;
}
...
...
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