Code Duplication    Length = 4-4 lines in 3 locations

src/wp-includes/ID3/module.audio-video.quicktime.php 3 locations

@@ 386-389 (lines=4) @@
383
													$atom_structure['data']    = getid3_id3v1::LookupGenreName($GenreID - 1);
384
													break;
385
386
												case 'rtng':
387
													$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
388
													$atom_structure['data']    = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]);
389
													break;
390
391
												case 'stik':
392
													$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
@@ 391-394 (lines=4) @@
388
													$atom_structure['data']    = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]);
389
													break;
390
391
												case 'stik':
392
													$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
393
													$atom_structure['data']    = $this->QuicktimeSTIKLookup($atom_structure[$atomname]);
394
													break;
395
396
												case 'sfID':
397
													$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 4));
@@ 396-399 (lines=4) @@
393
													$atom_structure['data']    = $this->QuicktimeSTIKLookup($atom_structure[$atomname]);
394
													break;
395
396
												case 'sfID':
397
													$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 4));
398
													$atom_structure['data']    = $this->QuicktimeStoreFrontCodeLookup($atom_structure[$atomname]);
399
													break;
400
401
												case 'egid':
402
												case 'purl':