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
24b58c0c
Commit
24b58c0c
authored
Sep 13, 2007
by
Josh Coalson
Browse files
*** empty log message ***
parent
504dcafe
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/cpp/encode/file/main.cpp
View file @
24b58c0c
...
...
@@ -49,7 +49,7 @@ static FLAC__int32 *pcm_[2] = { pcm, pcm+READSIZE };
int
main
(
int
argc
,
char
*
argv
[])
{
FLAC__
bool
ok
=
true
;
bool
ok
=
true
;
OurEncoder
encoder
;
FLAC__StreamEncoderInitStatus
init_status
;
FLAC__StreamMetadata
*
metadata
[
2
];
...
...
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