Skip to content

Commit

Permalink
Update module.audio.ogg.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Jul 6, 2022
1 parent 5b2be9f commit 78d82a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getid3/module.audio.ogg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 78d82a9

Please sign in to comment.