Code Duplication    Length = 5-5 lines in 3 locations

3rdparty/getID3/getid3/module.audio-video.quicktime.php 3 locations

@@ 505-509 (lines=5) @@
502
														$atom_structure['data']    = getid3_id3v1::LookupGenreName($GenreID - 1);
503
														break;
504
505
													case 'rtng':
506
														// 8-bit integer
507
														$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
508
														$atom_structure['data']    = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]);
509
														break;
510
511
													case 'stik':
512
														// 8-bit integer (enum)
@@ 511-515 (lines=5) @@
508
														$atom_structure['data']    = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]);
509
														break;
510
511
													case 'stik':
512
														// 8-bit integer (enum)
513
														$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
514
														$atom_structure['data']    = $this->QuicktimeSTIKLookup($atom_structure[$atomname]);
515
														break;
516
517
													case 'sfID':
518
														// 32-bit integer
@@ 517-521 (lines=5) @@
514
														$atom_structure['data']    = $this->QuicktimeSTIKLookup($atom_structure[$atomname]);
515
														break;
516
517
													case 'sfID':
518
														// 32-bit integer
519
														$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 4));
520
														$atom_structure['data']    = $this->QuicktimeStoreFrontCodeLookup($atom_structure[$atomname]);
521
														break;
522
523
													case 'egid':
524
													case 'purl':