summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac/include/FLAC/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libflac/include/FLAC/format.h')
-rw-r--r--src/lib/libflac/include/FLAC/format.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libflac/include/FLAC/format.h b/src/lib/libflac/include/FLAC/format.h
index 77e2d0130e5..2c838f34f8e 100644
--- a/src/lib/libflac/include/FLAC/format.h
+++ b/src/lib/libflac/include/FLAC/format.h
@@ -84,8 +84,8 @@ extern "C" {
/*
- Most of the values described in this file are defined by the FLAC
- format specification. There is nothing to tune here.
+ Most of the values described in this file are defined by the FLAC
+ format specification. There is nothing to tune here.
*/
/** The largest legal metadata type code. */
@@ -211,7 +211,6 @@ extern FLAC_API const char * const FLAC__EntropyCodingMethodTypeString[];
/** Contents of a Rice partitioned residual
*/
typedef struct {
-
unsigned *parameters;
/**< The Rice parameters for each context. */
@@ -230,7 +229,6 @@ typedef struct {
/** Header for a Rice partitioned residual. (c.f. <A HREF="../format.html#partitioned_rice">format specification</A>)
*/
typedef struct {
-
unsigned order;
/**< The partition order, i.e. # of contexts = 2 ^ \a order. */
@@ -486,7 +484,6 @@ typedef struct {
/** An enumeration of the available metadata block types. */
typedef enum {
-
FLAC__METADATA_TYPE_STREAMINFO = 0,
/**< <A HREF="../format.html#metadata_block_streaminfo">STREAMINFO</A> block */