Bug#709127: mp4v2-utils: mp4tags -P corrupts ALBUMARTIST

Jonathan David Amery jdamery at ysolde.ucam.org
Tue May 21 02:03:00 UTC 2013


Package: mp4v2-utils
Version: 2.0.0~dfsg0-1
Severity: normal

Running:

$ mp4tags foo.png bar.m4a

overwrites the Album Artist field in bar.m4a with foo.png.

This is a result of a missing break; in the OPT_PICTURE code

--- mp4tags.cpp.orig	2013-05-21 02:54:12.000000000 +0100
+++ mp4tags.cpp	2013-05-21 02:55:10.000000000 +0100
@@ -539,6 +539,7 @@
                         else {
                             fprintf( stderr, "Art file %s not found\n", tags[i] );
                         }
+			break;
                     }
                     case OPT_ALBUM_ARTIST:
                         MP4TagsSetAlbumArtist( mdata, tags[i] );


-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mp4v2-utils depends on:
ii  libc6       2.13-38
ii  libgcc1     1:4.7.2-5
ii  libmp4v2-2  2.0.0~dfsg0-1
ii  libstdc++6  4.7.2-5

mp4v2-utils recommends no packages.

mp4v2-utils suggests no packages.

-- no debconf information



More information about the pkg-multimedia-maintainers mailing list