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 e87ae9307..21f710628 100644 --- a/src/inputPlugins/_flac_common.h +++ b/src/inputPlugins/_flac_common.h @@ -144,6 +144,7 @@ typedef struct { float time; unsigned int bitRate; AudioFormat audio_format; + float total_time; FLAC__uint64 position; struct decoder *decoder; InputStream *inStream; |