Fix issue 59
git-svn-id: http://php-reader.googlecode.com/svn/trunk@234 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -73,6 +73,8 @@ class Zend_Media_Mpeg_Abs_VbriHeader extends Zend_Media_Mpeg_Abs_Object
|
|||||||
*/
|
*/
|
||||||
public function __construct($reader, &$options = array())
|
public function __construct($reader, &$options = array())
|
||||||
{
|
{
|
||||||
|
parent::__construct($reader, $options);
|
||||||
|
|
||||||
$offset = $this->_reader->getOffset();
|
$offset = $this->_reader->getOffset();
|
||||||
$this->_version = $this->_reader->readUInt16BE();
|
$this->_version = $this->_reader->readUInt16BE();
|
||||||
$this->_delay = $this->_reader->readUInt16BE();
|
$this->_delay = $this->_reader->readUInt16BE();
|
||||||
|
|||||||
Reference in New Issue
Block a user