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