Code Duplication    Length = 8-8 lines in 2 locations

src/wp-includes/ID3/module.audio-video.asf.php 2 locations

@@ 1357-1364 (lines=8) @@
1354
1355
					default:
1356
						switch ($streamdata['type_raw']) {
1357
							case 1:
1358
								if (strstr($this->TrimConvert($streamdata['name']), 'Windows Media')) {
1359
									$thisfile_video['dataformat'] = 'wmv';
1360
									if ($info['mime_type'] == 'video/x-ms-asf') {
1361
										$info['mime_type'] = 'video/x-ms-wmv';
1362
									}
1363
								}
1364
								break;
1365
1366
							case 2:
1367
								if (strstr($this->TrimConvert($streamdata['name']), 'Windows Media')) {
@@ 1366-1373 (lines=8) @@
1363
								}
1364
								break;
1365
1366
							case 2:
1367
								if (strstr($this->TrimConvert($streamdata['name']), 'Windows Media')) {
1368
									$thisfile_audio['dataformat'] = 'wma';
1369
									if ($info['mime_type'] == 'video/x-ms-asf') {
1370
										$info['mime_type'] = 'audio/x-ms-wma';
1371
									}
1372
								}
1373
								break;
1374
1375
						}
1376
						break;