diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/_flac_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h index 9eb916b8c..e87ae9307 100644 --- a/src/inputPlugins/_flac_common.h +++ b/src/inputPlugins/_flac_common.h @@ -143,6 +143,7 @@ typedef struct { size_t chunk_length; float time; unsigned int bitRate; + AudioFormat audio_format; FLAC__uint64 position; struct decoder *decoder; InputStream *inStream; |