From 1bf8aa77a2f34cba93d42901736b2c5c5509b671 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Feb 2018 20:10:59 +0000 Subject: mpg123: skip resync errors git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7834 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mpeg/decoder_mpg123.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Input/mpeg/decoder_mpg123.h') diff --git a/src/plugins/Input/mpeg/decoder_mpg123.h b/src/plugins/Input/mpeg/decoder_mpg123.h index 54fc1e751..b16d7682a 100644 --- a/src/plugins/Input/mpeg/decoder_mpg123.h +++ b/src/plugins/Input/mpeg/decoder_mpg123.h @@ -49,6 +49,7 @@ private: qint64 m_totalTime; long m_rate; int m_mpg123_encoding; + int m_resync_errors; }; -- cgit v1.2.3-13-gbd6f