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
aeda4e8e
Commit
aeda4e8e
authored
Dec 20, 2007
by
trax
Browse files
* modules/demux/mp4/libmp4.c: spelling - uncompletetly -> incompletely
parent
3fea2a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mp4/libmp4.c
View file @
aeda4e8e
...
...
@@ -2312,7 +2312,7 @@ static int MP4_ReadBox_default( stream_t *p_stream, MP4_Box_t *p_box )
return
MP4_ReadBox_sample_tx3g
(
p_stream
,
p_box
);
default:
msg_Warn
(
p_stream
,
"unknown handler type in stsd (
u
ncomplete
t
ly loaded)"
);
"unknown handler type in stsd (
i
ncompletely loaded)"
);
return
1
;
}
}
...
...
@@ -2320,11 +2320,11 @@ static int MP4_ReadBox_default( stream_t *p_stream, MP4_Box_t *p_box )
unknown:
if
MP4_BOX_TYPE_ASCII
()
msg_Warn
(
p_stream
,
"unknown box type %4.4s (
u
ncomplete
t
ly loaded)"
,
"unknown box type %4.4s (
i
ncompletely loaded)"
,
(
char
*
)
&
p_box
->
i_type
);
else
msg_Warn
(
p_stream
,
"unknown box type c%3.3s (
u
ncomplete
t
ly loaded)"
,
"unknown box type c%3.3s (
i
ncompletely loaded)"
,
(
char
*
)
&
p_box
->
i_type
+
1
);
return
1
;
...
...
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