Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
94394681
Commit
94394681
authored
Aug 04, 2005
by
Rémi Denis-Courmont
Browse files
fix spelling of "unsupported"
parent
790304ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
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