From e0470151a4728eafb1865de8207a48bb7905def6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Mar 2013 18:26:28 +0000 Subject: opus plugin: added modifications list git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3327 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/opus/opusfile.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/plugins/Input/opus/opusfile.h') diff --git a/src/plugins/Input/opus/opusfile.h b/src/plugins/Input/opus/opusfile.h index be9a6df10..6029d93e1 100644 --- a/src/plugins/Input/opus/opusfile.h +++ b/src/plugins/Input/opus/opusfile.h @@ -27,6 +27,13 @@ * http://www.mozilla.org/MPL/ * ***************************************************************************/ +/* + Changes against original code: + - removed constructor File(IOStream *stream, bool readProperties, Properties::ReadStyle propertiesStyle); + - removed function PropertyMap File::properties() const; + - removed function PropertyMap File::setProperties(const PropertyMap &properties). +*/ + #ifndef TAGLIB_OPUSFILE_H #define TAGLIB_OPUSFILE_H -- cgit v1.2.3-13-gbd6f