Small fixes, improve documentation
git-svn-id: http://php-reader.googlecode.com/svn/trunk@89 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -76,7 +76,7 @@ final class ISO14496_Box_HDLR extends ISO14496_Box_Full
|
||||
$this->_reader->skip(4);
|
||||
$this->_handlerType = $this->_reader->read(4);
|
||||
$this->_reader->skip(12);
|
||||
$this->_name = $this->_reader->read
|
||||
$this->_name = $this->_reader->readString8
|
||||
($this->_offset + $this->_size - $this->_reader->getOffset());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user