diff options
Diffstat (limited to 'src/audiocache.h')
-rw-r--r-- | src/audiocache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audiocache.h b/src/audiocache.h index 5a4577f..d0be509 100644 --- a/src/audiocache.h +++ b/src/audiocache.h @@ -106,6 +106,7 @@ public: private: size_t framesize{0}; sample_t* nodata{nullptr}; + size_t nodata_framesize{0}; size_t number_of_underruns{0}; AudioCacheIDManager id_manager; |