Skip to content
GitLab
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
Icecast-Server
Commits
8a09627d
Commit
8a09627d
authored
Nov 27, 2015
by
Joseph Wallace
Browse files
Fix type of copy_state in EBML parser to an enum variable.
parent
dc263858
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/format_ebml.c
View file @
8a09627d
...
...
@@ -606,7 +606,7 @@ static int ebml_wrote(ebml_t *ebml, int len)
unsigned
long
long
data_value
;
unsigned
long
long
track_number
;
unsigned
char
flags
;
int
copy_state
;
ebml_parsing_state
copy_state
;
ebml
->
input_position
+=
len
;
end_of_buffer
=
ebml
->
input_buffer
+
ebml
->
input_position
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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