Code Duplication    Length = 2-2 lines in 2 locations

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

@@ 525-526 (lines=2) @@
522
			$vid_type = '';
523
			if ( ( isset( $this->options['freedom'] ) && $this->options['freedom'] === true ) && ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) ) )
524
				$vid_type = 'ogv';
525
			elseif ( isset( $this->video->videos->mp4 ) && isset( $this->video->videos->mp4->url ) )
526
				$vid_type = 'mp4';
527
			elseif ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) )
528
				$vid_type = 'ogv';
529
@@ 527-528 (lines=2) @@
524
				$vid_type = 'ogv';
525
			elseif ( isset( $this->video->videos->mp4 ) && isset( $this->video->videos->mp4->url ) )
526
				$vid_type = 'mp4';
527
			elseif ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) )
528
				$vid_type = 'ogv';
529
530
			if ( $vid_type !== '' ) {
531
				$noun = '<a ';