Home
last modified time | relevance | path

Searched refs:currentBits (Results 1 – 1 of 1) sorted by path

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php764 public $currentBits = 0; variable in AVCSequenceParameterSetReader
839 $newBits = $this->currentBits + $bits;
841 $this->currentBits = $newBits % 8;
848 …lib::BigEndian2Int(substr($this->sps, $this->currentBytes, 1)) >> (7 - $this->currentBits)) & 0x01;