|
@@ 516-520 (lines=5) @@
|
| 513 |
|
$atom_structure['data'] = getid3_id3v1::LookupGenreName($GenreID - 1); |
| 514 |
|
break; |
| 515 |
|
|
| 516 |
|
case 'rtng': |
| 517 |
|
// 8-bit integer |
| 518 |
|
$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1)); |
| 519 |
|
$atom_structure['data'] = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]); |
| 520 |
|
break; |
| 521 |
|
|
| 522 |
|
case 'stik': |
| 523 |
|
// 8-bit integer (enum) |
|
@@ 522-526 (lines=5) @@
|
| 519 |
|
$atom_structure['data'] = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]); |
| 520 |
|
break; |
| 521 |
|
|
| 522 |
|
case 'stik': |
| 523 |
|
// 8-bit integer (enum) |
| 524 |
|
$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1)); |
| 525 |
|
$atom_structure['data'] = $this->QuicktimeSTIKLookup($atom_structure[$atomname]); |
| 526 |
|
break; |
| 527 |
|
|
| 528 |
|
case 'sfID': |
| 529 |
|
// 32-bit integer |
|
@@ 528-532 (lines=5) @@
|
| 525 |
|
$atom_structure['data'] = $this->QuicktimeSTIKLookup($atom_structure[$atomname]); |
| 526 |
|
break; |
| 527 |
|
|
| 528 |
|
case 'sfID': |
| 529 |
|
// 32-bit integer |
| 530 |
|
$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 4)); |
| 531 |
|
$atom_structure['data'] = $this->QuicktimeStoreFrontCodeLookup($atom_structure[$atomname]); |
| 532 |
|
break; |
| 533 |
|
|
| 534 |
|
case 'egid': |
| 535 |
|
case 'purl': |