Fix issue 59

git-svn-id: http://php-reader.googlecode.com/svn/trunk@234 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2011-05-25 14:49:36 +00:00
parent 1ac772d14c
commit 85cee10135

View File

@@ -73,6 +73,8 @@ class Zend_Media_Mpeg_Abs_VbriHeader extends Zend_Media_Mpeg_Abs_Object
*/
public function __construct($reader, &$options = array())
{
parent::__construct($reader, $options);
$offset = $this->_reader->getOffset();
$this->_version = $this->_reader->readUInt16BE();
$this->_delay = $this->_reader->readUInt16BE();