diff options
Diffstat (limited to 'src/plugins/Input/aac')
| -rw-r--r-- | src/plugins/Input/aac/decoder_aac.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/Input/aac/decoder_aac.h b/src/plugins/Input/aac/decoder_aac.h index 37cfe385a..523c020a7 100644 --- a/src/plugins/Input/aac/decoder_aac.h +++ b/src/plugins/Input/aac/decoder_aac.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2012 by Ilya Kotov * + * Copyright (C) 2006-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -57,8 +57,7 @@ private: int m_sample_buf_at; qint64 m_sample_buf_size; int m_bitrate; - ulong m_input_at, m_output_at; - double m_frameSize; + ulong m_input_at; qint64 m_totalTime; }; |
