diff options
Diffstat (limited to 'src/plugins/Effect/filewriter/filewriterplugin.h')
| -rw-r--r-- | src/plugins/Effect/filewriter/filewriterplugin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Effect/filewriter/filewriterplugin.h b/src/plugins/Effect/filewriter/filewriterplugin.h index 92ce91008..329358277 100644 --- a/src/plugins/Effect/filewriter/filewriterplugin.h +++ b/src/plugins/Effect/filewriter/filewriterplugin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2017 by Ilya Kotov * + * Copyright (C) 2017-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -48,7 +48,8 @@ private: vorbis_comment m_vc; //struct that stores all the user comments vorbis_dsp_state m_vd; //central working state for the packet->PCM decoder vorbis_block m_vb; //local working space for packet->PCM decode - bool m_inited; + bool m_inited = false; + bool m_singleFile = false; QFile m_file; }; |
