Changeset 54376 for trunk/src/wp-includes/ID3/module.audio.ogg.php
- Timestamp:
- 10/04/2022 02:06:29 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.audio.ogg.php
r52254 r54376 187 187 $info['video']['pixel_aspect_ratio'] = (float) $info['ogg']['pageheader']['theora']['pixel_aspect_numerator'] / $info['ogg']['pageheader']['theora']['pixel_aspect_denominator']; 188 188 } 189 189 $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'); 190 190 191 191
Note: See TracChangeset
for help on using the changeset viewer.