Index: trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg/Vorbis.php |
— | — | @@ -178,9 +178,7 @@ |
179 | 179 | |
180 | 180 | $startSec = (( '0x' . substr( $this->_firstGranulePos, 0, 8 ) ) * pow(2, 32) |
181 | 181 | + ( '0x' . substr( $this->_firstGranulePos, 8, 8 ) )) |
182 | | - / $this->_idHeader['audio_sample_rate']; |
183 | | - |
184 | | - $this->_streamLength = $stream_endLength - $stream_startLength; |
| 182 | + / $this->_idHeader['audio_sample_rate']; |
185 | 183 | |
186 | 184 | //make sure the offset is worth taking into account oggz_chop related hack |
187 | 185 | if( $startSec > 1){ |