diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/outputwriter.cpp | 3 | ||||
| -rw-r--r-- | src/qmmp/qmmpaudioengine_p.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmp/outputwriter.cpp b/src/qmmp/outputwriter.cpp index 3a9237faf..c14cbe9c8 100644 --- a/src/qmmp/outputwriter.cpp +++ b/src/qmmp/outputwriter.cpp @@ -346,7 +346,8 @@ void OutputWriter::run() bool done = false; Buffer *b = 0; - qint64 l, m = 0; + quint64 l; + qint64 m = 0; dispatch(Qmmp::Playing); diff --git a/src/qmmp/qmmpaudioengine_p.h b/src/qmmp/qmmpaudioengine_p.h index 6748d1a2e..fc205ed6d 100644 --- a/src/qmmp/qmmpaudioengine_p.h +++ b/src/qmmp/qmmpaudioengine_p.h @@ -82,7 +82,7 @@ private: bool m_done, m_finish, m_user_stop; uint m_bks; qint64 m_seekTime; - qint64 m_output_at, m_output_size; + quint64 m_output_at, m_output_size; int m_bitrate; unsigned char *m_output_buf; Decoder *m_decoder; |
