diff options
Diffstat (limited to 'src/plugins/Input/opus/decoder_opus.h')
| -rw-r--r-- | src/plugins/Input/opus/decoder_opus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Input/opus/decoder_opus.h b/src/plugins/Input/opus/decoder_opus.h index 987c1b3b9..ddbe666a1 100644 --- a/src/plugins/Input/opus/decoder_opus.h +++ b/src/plugins/Input/opus/decoder_opus.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -43,6 +43,7 @@ private: virtual void seek(qint64 time); // helper functions + ChannelMap findChannelMap(int channels); OggOpusFile *m_opusfile; qint64 m_totalTime; int m_bitrate; |
