[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:22 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4251047

The following commit has been merged in the master branch:
commit 4251047617eed2041dcd6cc446e7893ce4033988
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Aug 24 05:41:16 2012 +0000

    #813: Matroska polishing, added warning.
---
 src/matroskavideo.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/matroskavideo.cpp b/src/matroskavideo.cpp
index 248abc4..e86cfcc 100644
--- a/src/matroskavideo.cpp
+++ b/src/matroskavideo.cpp
@@ -546,6 +546,13 @@ namespace Exiv2 {
         if (skip && !ignore) return;
 
         const uint64_t bufMinSize = 200;
+#ifndef SUPPRESS_WARNINGS
+        if (!ignore && size > bufMinSize) {
+            EXV_WARNING << "Size " << size << " of Matroska tag 0x"
+                        << std::hex << mt->val_ << std::dec
+                        << " is greater than " << bufMinSize << ": ignoring it.
";
+        }
+#endif
         if (ignore || size > bufMinSize) {
             io_->seek(size, BasicIo::cur);
             return;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list