Home
last modified time | relevance | path

Searched refs:EBMLdatestamp (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1588 * @param int $EBMLdatestamp
1592 private static function EBMLdate2unix($EBMLdatestamp) { argument
1595 return round(($EBMLdatestamp / 1000000000) + 978307200);