Searched refs:QuicktimeVideoCodecLookup (Results 1 – 1 of 1) sorted by relevance
840 if ($this->QuicktimeVideoCodecLookup($info['video']['fourcc'])) {841 … $info['video']['fourcc_lookup'] = $this->QuicktimeVideoCodecLookup($info['video']['fourcc']);915 …$info['quicktime']['video']['codec_fourcc_lookup'] = $this->QuicktimeVideoCodecLookup($atom_struct…2237 public function QuicktimeVideoCodecLookup($codecid) { function in getid3_quicktime2238 static $QuicktimeVideoCodecLookup = array();2239 if (empty($QuicktimeVideoCodecLookup)) {2240 $QuicktimeVideoCodecLookup['.SGI'] = 'SGI';2241 $QuicktimeVideoCodecLookup['3IV1'] = '3ivx MPEG-4 v1';2242 $QuicktimeVideoCodecLookup['3IV2'] = '3ivx MPEG-4 v2';2243 $QuicktimeVideoCodecLookup['3IVX'] = '3ivx MPEG-4';[all …]