Changeset 41196 for trunk/src/wp-includes/ID3/module.audio-video.flv.php
- Timestamp:
- 07/31/2017 07:49:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.audio-video.flv.php
r32979 r41196 94 94 95 95 if ($info['flv']['header']['signature'] != self::magic) { 96 $ info['error'][] = 'Expecting "'.getid3_lib::PrintHexBytes(self::magic).'" at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes($info['flv']['header']['signature']).'"';96 $this->error('Expecting "'.getid3_lib::PrintHexBytes(self::magic).'" at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes($info['flv']['header']['signature']).'"'); 97 97 unset($info['flv'], $info['fileformat']); 98 98 return false; … … 542 542 default: 543 543 $value = '(unknown or unsupported data type)'; 544 break;544 break; 545 545 } 546 546
Note: See TracChangeset
for help on using the changeset viewer.