equal
deleted
inserted
replaced
159 if (!$found_video) { |
159 if (!$found_video) { |
160 $found_video = true; |
160 $found_video = true; |
161 $info['flv']['video']['videoCodec'] = $LastHeaderByte & 0x07; |
161 $info['flv']['video']['videoCodec'] = $LastHeaderByte & 0x07; |
162 |
162 |
163 $FLVvideoHeader = $this->fread(11); |
163 $FLVvideoHeader = $this->fread(11); |
|
164 $PictureSizeEnc = array(); |
164 |
165 |
165 if ($info['flv']['video']['videoCodec'] == GETID3_FLV_VIDEO_H264) { |
166 if ($info['flv']['video']['videoCodec'] == GETID3_FLV_VIDEO_H264) { |
166 // this code block contributed by: moysevichØgmail*com |
167 // this code block contributed by: moysevichØgmail*com |
167 |
168 |
168 $AVCPacketType = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 0, 1)); |
169 $AVCPacketType = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 0, 1)); |