From 5486cc9dabfe51e2d6b98e8c4acb3e8f518ff58b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 23 Aug 2021 08:35:42 +0000 Subject: fixed clang warnings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10243 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/ffmpeg/decoder_ffmpegm4b.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/ffmpeg/decoder_ffmpegm4b.h') diff --git a/src/plugins/Input/ffmpeg/decoder_ffmpegm4b.h b/src/plugins/Input/ffmpeg/decoder_ffmpegm4b.h index 3d6081a55..9f340364c 100644 --- a/src/plugins/Input/ffmpeg/decoder_ffmpegm4b.h +++ b/src/plugins/Input/ffmpeg/decoder_ffmpegm4b.h @@ -47,7 +47,7 @@ public: private: Decoder *m_decoder = nullptr; char *m_buf = nullptr; //buffer for remainig data - int m_track = 0, m_count = 0; + int m_track = 0; qint64 m_duration = 0; qint64 m_offset = 0; qint64 m_trackSize = 0; -- cgit v1.2.3-13-gbd6f