Code Duplication    Length = 4-4 lines in 2 locations

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

@@ 596-599 (lines=4) @@
593
					break;
594
595
596
				case 'WLOC': // Window LOCation atom
597
					$atom_structure['location_x']  = getid3_lib::BigEndian2Int(substr($atom_data,  0, 2));
598
					$atom_structure['location_y']  = getid3_lib::BigEndian2Int(substr($atom_data,  2, 2));
599
					break;
600
601
602
				case 'LOOP': // LOOPing atom

3rdparty/getID3/getid3/module.graphic.png.php 1 location

@@ 315-318 (lines=4) @@
312
							$thisfile_png_chunk_type_text['significant_bits_blue']  = getid3_lib::BigEndian2Int(substr($chunk['data'], 2, 1));
313
							break;
314
315
						case 4:
316
							$thisfile_png_chunk_type_text['significant_bits_gray']  = getid3_lib::BigEndian2Int(substr($chunk['data'], 0, 1));
317
							$thisfile_png_chunk_type_text['significant_bits_alpha'] = getid3_lib::BigEndian2Int(substr($chunk['data'], 1, 1));
318
							break;
319
320
						case 6:
321
							$thisfile_png_chunk_type_text['significant_bits_red']   = getid3_lib::BigEndian2Int(substr($chunk['data'], 0, 1));