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
Stefan Strogin
flac
Commits
f7f6c6e3
Commit
f7f6c6e3
authored
Sep 20, 2006
by
Josh Coalson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change type val for UNKNOWN metadata block from 127 (now reserved) to 126
parent
d62eed4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/test_libs_common/metadata_utils.c
src/test_libs_common/metadata_utils.c
+1
-1
No files found.
src/test_libs_common/metadata_utils.c
View file @
f7f6c6e3
...
...
@@ -504,7 +504,7 @@ void mutils__init_metadata_blocks(
cuesheet
->
data
.
cue_sheet
.
tracks
[
2
].
num_indices
=
0
;
unknown
->
is_last
=
true
;
unknown
->
type
=
12
7
;
unknown
->
type
=
12
6
;
unknown
->
length
=
8
;
unknown
->
data
.
unknown
.
data
=
(
FLAC__byte
*
)
malloc_or_die_
(
unknown
->
length
);
memcpy
(
unknown
->
data
.
unknown
.
data
,
"
\xfe\xdc\xba\x98\xf0\xe1\xd2\xc3
"
,
unknown
->
length
);
...
...
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