Code Duplication    Length = 2-2 lines in 2 locations

modules/videopress/class.videopress-player.php 2 locations

@@ 508-509 (lines=2) @@
505
			$vid_type = '';
506
			if ( ( isset( $this->options['freedom'] ) && $this->options['freedom'] === true ) && ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) ) )
507
				$vid_type = 'ogv';
508
			elseif ( isset( $this->video->videos->mp4 ) && isset( $this->video->videos->mp4->url ) )
509
				$vid_type = 'mp4';
510
			elseif ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) )
511
				$vid_type = 'ogv';
512
@@ 510-511 (lines=2) @@
507
				$vid_type = 'ogv';
508
			elseif ( isset( $this->video->videos->mp4 ) && isset( $this->video->videos->mp4->url ) )
509
				$vid_type = 'mp4';
510
			elseif ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) )
511
				$vid_type = 'ogv';
512
513
			if ( $vid_type !== '' ) {
514
				$noun = '<a ';