Update documentation

git-svn-id: http://php-reader.googlecode.com/svn/trunk@240 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2011-06-04 17:52:40 +00:00
parent 9e17c99318
commit 0d792cf221

View File

@@ -26,9 +26,8 @@ require_once 'Zend/Media/Vorbis/Header.php';
/**
* The setup header contains the bulk of the codec setup information needed for decode. The setup header contains, in
* order, the lists of codebook con gurations, time-domain transform con gurations (placeholders in Vorbis I), oor con
* gurations, residue con gurations, channel mapping con gurations and mode con gurations. It finishes with a framing
* bit of '1'.
* order, the lists of codebook configurations, time-domain transform configurations (placeholders in Vorbis I), floor
* configurations, residue configurations, channel mapping configurations and mode configurations.
*
* @category Zend
* @package Zend_Media