mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
MPEG: Properties::xingHeader() should return null if a VBR header is not found.
This commit is contained in:
@ -79,7 +79,7 @@ public:
|
||||
CPPUNIT_ASSERT_EQUAL(64, f.audioProperties()->bitrate());
|
||||
CPPUNIT_ASSERT_EQUAL(1, f.audioProperties()->channels());
|
||||
CPPUNIT_ASSERT_EQUAL(44100, f.audioProperties()->sampleRate());
|
||||
CPPUNIT_ASSERT(!f.audioProperties()->xingHeader()->isValid());
|
||||
CPPUNIT_ASSERT(!f.audioProperties()->xingHeader());
|
||||
|
||||
long last = f.lastFrameOffset();
|
||||
|
||||
|
Reference in New Issue
Block a user