Changeset 47601 for trunk/src/wp-includes/ID3/module.audio-video.riff.php
- Timestamp:
- 04/20/2020 11:11:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.audio-video.riff.php
r46586 r47601 204 204 $thisfile_audio['streams'][$streamindex] = $thisfile_riff_audio[$streamindex]; 205 205 206 $thisfile_audio = getid3_lib::array_merge_noclobber($thisfile_audio, $thisfile_riff_audio[$streamindex]);206 $thisfile_audio = (array) getid3_lib::array_merge_noclobber($thisfile_audio, $thisfile_riff_audio[$streamindex]); 207 207 if (substr($thisfile_audio['codec'], 0, strlen('unknown: 0x')) == 'unknown: 0x') { 208 208 $this->warning('Audio codec = '.$thisfile_audio['codec']);
Note: See TracChangeset
for help on using the changeset viewer.