ligzy / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

Missing break; in mp4tags.cpp causes -picture option to also set -albumartist #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using mp4tags to set album art using the "-picture" option, the album art 
is added as expected, but in addition, the album artist tag (aART) is set to 
the name of the file given to the -picture option.

It looks the cause is a missing break; in a case statement within 
util/mp4tags.cpp. In both 2.0.0 and svn trunk, this is at line 541 of 
util/mp4tags.cpp.

Original issue reported on code.google.com by pneuman...@gmail.com on 1 Oct 2012 at 5:12

GoogleCodeExporter commented 9 years ago
Thanks; should be fixed in r497.  nice catch.

Original comment by kid...@gmail.com on 1 Oct 2012 at 2:29