Fix issue 49
git-svn-id: http://php-reader.googlecode.com/svn/trunk@211 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user