From ba185860cee73a919231d46e9271c0837572de6a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 2 Feb 2014 08:12:29 +0000 Subject: fixed clang warnings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4056 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/ffmpeg/decoder_ffmpeg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/Input/ffmpeg/decoder_ffmpeg.h') diff --git a/src/plugins/Input/ffmpeg/decoder_ffmpeg.h b/src/plugins/Input/ffmpeg/decoder_ffmpeg.h index 80df13c96..39724ecb4 100644 --- a/src/plugins/Input/ffmpeg/decoder_ffmpeg.h +++ b/src/plugins/Input/ffmpeg/decoder_ffmpeg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2013 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 * @@ -54,7 +54,6 @@ private: AVFormatContext *ic; AVCodecContext *c; - uint wma_st_buff, wma_idx2; int m_bitrate, wma_idx; QString m_path; -- cgit v1.2.3-13-gbd6f