wp/wp-includes/ID3/module.audio-video.flv.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   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));