taglib/taglib-1.6-test_mp4.patch

13 lines
480 B
Diff
Raw Normal View History

diff -Nur taglib-1.6-orig/tests/test_mp4.cpp taglib-1.6/tests/test_mp4.cpp
--- taglib-1.6-orig/tests/test_mp4.cpp 2009-07-24 15:08:51.000000000 +0200
+++ taglib-1.6/tests/test_mp4.cpp 2009-09-14 14:46:41.724715605 +0200
@@ -130,7 +130,7 @@
MP4::Atom *moov = atoms->atoms[0];
CPPUNIT_ASSERT_EQUAL(long(77), moov->length);
- f->tag()->itemListMap()["pgap"] = 1;
+ f->tag()->itemListMap()["pgap"] = true;
f->save();
f = new MP4::File(filename.c_str());