From 78d82a9392ee20eb150d774dd5e4acb6d278ea2c Mon Sep 17 00:00:00 2001 From: James Heinrich Date: Wed, 6 Jul 2022 10:55:10 -0400 Subject: [PATCH] Update module.audio.ogg.php --- getid3/module.audio.ogg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getid3/module.audio.ogg.php b/getid3/module.audio.ogg.php index 5786fd0d..0cbea61e 100644 --- a/getid3/module.audio.ogg.php +++ b/getid3/module.audio.ogg.php @@ -186,7 +186,7 @@ public function Analyze() { if ($info['ogg']['pageheader']['theora']['pixel_aspect_denominator'] > 0) { $info['video']['pixel_aspect_ratio'] = (float) $info['ogg']['pageheader']['theora']['pixel_aspect_numerator'] / $info['ogg']['pageheader']['theora']['pixel_aspect_denominator']; } - $this->warning('Ogg Theora (v3) not fully supported in this version of getID3 ['.$this->getid3->version().'] -- bitrate, playtime and all audio data are currently unavailable'); +$this->warning('Ogg Theora (v3) not fully supported in this version of getID3 ['.$this->getid3->version().'] -- bitrate, playtime and all audio data are currently unavailable'); } elseif (substr($filedata, 0, 8) == "fishead\x00") {