Code Duplication    Length = 4-4 lines in 6 locations

src/wp-includes/ID3/module.audio-video.flv.php 6 locations

@@ 207-210 (lines=4) @@
204
									$info['video']['resolution_y'] = $PictureSizeEnc['y'] & 0xFFFF;
205
									break;
206
207
								case 2:
208
									$info['video']['resolution_x'] = 352;
209
									$info['video']['resolution_y'] = 288;
210
									break;
211
212
								case 3:
213
									$info['video']['resolution_x'] = 176;
@@ 212-215 (lines=4) @@
209
									$info['video']['resolution_y'] = 288;
210
									break;
211
212
								case 3:
213
									$info['video']['resolution_x'] = 176;
214
									$info['video']['resolution_y'] = 144;
215
									break;
216
217
								case 4:
218
									$info['video']['resolution_x'] = 128;
@@ 217-220 (lines=4) @@
214
									$info['video']['resolution_y'] = 144;
215
									break;
216
217
								case 4:
218
									$info['video']['resolution_x'] = 128;
219
									$info['video']['resolution_y'] = 96;
220
									break;
221
222
								case 5:
223
									$info['video']['resolution_x'] = 320;
@@ 222-225 (lines=4) @@
219
									$info['video']['resolution_y'] = 96;
220
									break;
221
222
								case 5:
223
									$info['video']['resolution_x'] = 320;
224
									$info['video']['resolution_y'] = 240;
225
									break;
226
227
								case 6:
228
									$info['video']['resolution_x'] = 160;
@@ 227-230 (lines=4) @@
224
									$info['video']['resolution_y'] = 240;
225
									break;
226
227
								case 6:
228
									$info['video']['resolution_x'] = 160;
229
									$info['video']['resolution_y'] = 120;
230
									break;
231
232
								default:
233
									$info['video']['resolution_x'] = 0;
@@ 232-235 (lines=4) @@
229
									$info['video']['resolution_y'] = 120;
230
									break;
231
232
								default:
233
									$info['video']['resolution_x'] = 0;
234
									$info['video']['resolution_y'] = 0;
235
									break;
236
237
							}
238