Skip to content

Commit df5a39c

Browse files
committed
bump video player version, change vc to q
1 parent 63e665b commit df5a39c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/class-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public function apply_default_transformations( array $transformations, $type = '
497497
$global = $this->global_transformations->globals[ $type ];
498498
$default = array();
499499
if ( 'video' === $type ) {
500-
$default['video_codec'] = 'auto';
500+
$default['quality'] = 'auto';
501501
if ( isset( $global['video_limit_bitrate'] ) ) {
502502
$default['bit_rate'] = $global['video_bitrate'] . 'k';
503503
}

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/media/class-video.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Video {
5252
*
5353
* @var string
5454
*/
55-
const PLAYER_VER = '1.1.1';
55+
const PLAYER_VER = '1.3.3';
5656

5757
/**
5858
* Cloudinary Core Version.

0 commit comments

Comments
 (0)