Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
0c1ab730
Commit
0c1ab730
authored
Aug 28, 2007
by
Josh Coalson
Browse files
change foreign metadata app ids
parent
69ecf4f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/foreign_metadata.c
View file @
0c1ab730
...
...
@@ -40,7 +40,7 @@
#define min(x,y) ((x)<(y)?(x):(y))
static
const
char
*
FLAC__FOREIGN_METADATA_APPLICATION_ID
[
2
]
=
{
"
AIFF
"
,
"
RIFF
"
};
static
const
char
*
FLAC__FOREIGN_METADATA_APPLICATION_ID
[
2
]
=
{
"
aiff
"
,
"
riff
"
};
static
FLAC__uint32
unpack32be_
(
const
FLAC__byte
*
b
)
{
...
...
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