Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hugo Beauzée-Luyssen
flac
Commits
25b2d82f
Commit
25b2d82f
authored
Mar 21, 2017
by
Erik de Castro Lopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in header files
Patch-from: lvqcl <lvqcl.mail@gmail.com>
parent
5121d22e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/FLAC++/decoder.h
include/FLAC++/decoder.h
+1
-1
include/FLAC++/encoder.h
include/FLAC++/encoder.h
+1
-1
include/share/private.h
include/share/private.h
+1
-1
No files found.
include/FLAC++/decoder.h
View file @
25b2d82f
...
...
@@ -115,7 +115,7 @@ namespace FLAC {
virtual
~
Stream
();
//@{
/** Call after construction to check
the
that the object was created
/** Call after construction to check that the object was created
* successfully. If not, use get_state() to find out why not.
*/
virtual
bool
is_valid
()
const
;
...
...
include/FLAC++/encoder.h
View file @
25b2d82f
...
...
@@ -117,7 +117,7 @@ namespace FLAC {
virtual
~
Stream
();
//@{
/** Call after construction to check
the
that the object was created
/** Call after construction to check that the object was created
* successfully. If not, use get_state() to find out why not.
*
*/
...
...
include/share/private.h
View file @
25b2d82f
...
...
@@ -33,7 +33,7 @@
#define FLAC__SHARE__PRIVATE_H
/*
* Unpublished debug routines from libFLAC
>
This should not be used from any
* Unpublished debug routines from libFLAC
.
This should not be used from any
* client code other than code shipped with the FLAC sources.
*/
FLAC_API
FLAC__bool
FLAC__stream_encoder_disable_constant_subframes
(
FLAC__StreamEncoder
*
encoder
,
FLAC__bool
value
);
...
...
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