Fix issue 49

git-svn-id: http://php-reader.googlecode.com/svn/trunk@211 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2011-01-12 15:43:48 +00:00
parent 29035c4743
commit 3993c5dfce

View File

@@ -126,7 +126,7 @@ final class Zend_Media_Id3_ExtendedHeader extends Zend_Media_Id3_Object
$this->_reader->skip(1);
$this->_crc =
$this->_reader->readInt8() * (0xfffffff + 1) +
_decodeSynchsafe32($this->_reader->readUInt32BE());
$this->_decodeSynchsafe32($this->_reader->readUInt32BE());
}
if ($this->hasFlag(self::RESTRICTED)) {
$this->_reader->skip(1);