diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-17 18:26:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-17 18:26:28 +0000 |
| commit | e0470151a4728eafb1865de8207a48bb7905def6 (patch) | |
| tree | 73829d22f3b5b4e50fd9fc29f29388032f9de23f /src | |
| parent | 250f21c553dd8759f23d123f9eb257f156af7fcf (diff) | |
| download | qmmp-e0470151a4728eafb1865de8207a48bb7905def6.tar.gz qmmp-e0470151a4728eafb1865de8207a48bb7905def6.tar.bz2 qmmp-e0470151a4728eafb1865de8207a48bb7905def6.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Input/opus/opusfile.cpp | 7 | ||||
| -rw-r--r-- | src/plugins/Input/opus/opusfile.h | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/Input/opus/opusfile.cpp b/src/plugins/Input/opus/opusfile.cpp index e476d74e9..eaf2d3afe 100644 --- a/src/plugins/Input/opus/opusfile.cpp +++ b/src/plugins/Input/opus/opusfile.cpp @@ -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). +*/ + #include <bitset> #include <taglib/tstring.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 |
