[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 138829] taglib cuts ID3 tags
From:       Scott Wheeler <wheeler () kde ! org>
Date:       2007-07-18 12:48:28
Message-ID: 20070718124828.5249.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=138829         




------- Additional Comments From wheeler kde org  2007-07-18 14:48 -------
SVN commit 689506 by wheeler:

Spelling fixes (first part of a patch from Lucas Lalinsky)

CCBUG:138829


 M  +9 -4      id3v2frame.cpp  
 M  +5 -3      id3v2frame.h  


--- trunk/kdesupport/taglib/taglib/mpeg/id3v2/id3v2frame.cpp #689505:689506
 @ -200,7 +200,7  @
     groupingIdentity(false),
     compression(false),
     encryption(false),
-    unsyncronisation(false),
+    unsynchronisation(false),
     dataLengthIndicator(false)
     {}
 
 @ -216,7 +216,7  @
   bool groupingIdentity;
   bool compression;
   bool encryption;
-  bool unsyncronisation;
+  bool unsynchronisation;
   bool dataLengthIndicator;
 };
 
 @ -381,7 +381,7  @
       d->groupingIdentity    = flags[6]; // (structure 4.1.2.h)
       d->compression         = flags[3]; // (structure 4.1.2.k)
       d->encryption          = flags[2]; // (structure 4.1.2.m)
-      d->unsyncronisation    = flags[1]; // (structure 4.1.2.n)
+      d->unsynchronisation   = flags[1]; // (structure 4.1.2.n)
       d->dataLengthIndicator = flags[0]; // (structure 4.1.2.p)
     }
     break;
 @ -451,9 +451,14  @
 
 bool Frame::Header::unsycronisation() const
 {
-  return d->unsyncronisation;
+  return unsynchronisation();
 }
 
+bool Frame::Header::unsynchronisation() const
+{
+  return d->unsynchronisation;
+}
+
 bool Frame::Header::dataLengthIndicator() const
 {
   return d->dataLengthIndicator;
--- trunk/kdesupport/taglib/taglib/mpeg/id3v2/id3v2frame.h #689505:689506
 @ -353,12 +353,14  @
        */
       bool encryption() const;
 
+#ifndef DO_NOT_DOCUMENT			
+			bool unsycronisation() const;
+#endif
+
       /*!
        * Returns true if unsyncronisation is enabled for this frame.
-       *
-       * \note This flag is currently ignored internally in TagLib.
        */
-      bool unsycronisation() const;
+      bool unsynchronisation() const;
 
       /*!
        * Returns true if the flag for a data length indicator is set.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic