Code Duplication    Length = 2-2 lines in 2 locations

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

@@ 520-521 (lines=2) @@
517
			$vid_type = '';
518
			if ( ( isset( $this->options['freedom'] ) && $this->options['freedom'] === true ) && ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) ) )
519
				$vid_type = 'ogv';
520
			elseif ( isset( $this->video->videos->mp4 ) && isset( $this->video->videos->mp4->url ) )
521
				$vid_type = 'mp4';
522
			elseif ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) )
523
				$vid_type = 'ogv';
524
@@ 522-523 (lines=2) @@
519
				$vid_type = 'ogv';
520
			elseif ( isset( $this->video->videos->mp4 ) && isset( $this->video->videos->mp4->url ) )
521
				$vid_type = 'mp4';
522
			elseif ( isset( $this->video->videos->ogv ) && isset( $this->video->videos->ogv->url ) )
523
				$vid_type = 'ogv';
524
525
			if ( $vid_type !== '' ) {
526
				$noun = '<a ';