Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
06cf412c
Commit
06cf412c
authored
Jun 26, 2012
by
Jan Gerber
Browse files
dont output metadata with invalid characters
parent
e361b0af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/avinfo.c
View file @
06cf412c
...
...
@@ -359,6 +359,7 @@ static int utf8_validate (char *s, int n) {
i
+=
4
;
continue
;
}
if
(
s
[
i
]
<
0
)
goto
error
;
if
(
s
[
i
]
<
128
)
{
i
++
;
continue
;
...
...
Write
Preview
Supports
Markdown
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