Searched refs:NSVframerateLookup (Results 1 – 1 of 1) sorted by relevance
136 …$info['nsv']['NSVs']['frame_rate'] = $this->NSVframerateLookup($info['nsv']['NSVs']['framerate_i…228 public static function NSVframerateLookup($framerateindex) { function in getid3_nsv232 static $NSVframerateLookup = array();233 if (empty($NSVframerateLookup)) {234 $NSVframerateLookup[129] = 29.970;235 $NSVframerateLookup[131] = 23.976;236 $NSVframerateLookup[133] = 14.985;237 $NSVframerateLookup[197] = 59.940;238 $NSVframerateLookup[199] = 47.952;240 …return (isset($NSVframerateLookup[$framerateindex]) ? $NSVframerateLookup[$framerateindex] : false…