aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Input/opus/opusfile.cpp7
-rw-r--r--src/plugins/Input/opus/opusfile.h7
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