Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Opusfile
Commits
d21816d6
Commit
d21816d6
authored
Jul 03, 2016
by
Timothy B. Terriberry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment explaining fix in
72f4f8a6
.
parent
72f4f8a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/info.c
src/info.c
+2
-0
No files found.
src/info.c
View file @
d21816d6
...
...
@@ -199,6 +199,8 @@ static int opus_tags_parse_impl(OpusTags *_tags,
if
(
_tags
->
user_comments
[
ci
]
==
NULL
)
return
OP_EFAULT
;
_tags
->
comment_lengths
[
ci
]
=
(
int
)
count
;
_tags
->
comments
=
ci
+
1
;
/*Needed by opus_tags_clear() if we fail before parsing the (optional)
binary metadata.*/
_tags
->
user_comments
[
ci
+
1
]
=
NULL
;
}
_data
+=
count
;
...
...
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