Brion VIBBER has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/232228

Change subject: Remove extra transcode enablings; no longer needed
......................................................................

Remove extra transcode enablings; no longer needed

TMH now enables the 160p and 360p Oggs by default, so adding
them to $wgEnabledTranscodeSet actually duplicates them in
some API output unnecessarily.

Safe to just remove them now.

Change-Id: Ib0ec120de2abb56a64336f57e0cb537922dbc69d
---
M wmf-config/CommonSettings.php
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/28/232228/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index f21340c..acc4b0b 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -678,16 +678,6 @@
 
        // Minimum size for an embed video player
        $wgMinimumVideoPlayerSize = $wmgMinimumVideoPlayerSize;
-
-       // Enable low-res Theora transcodes for fallback players on slow 
machines
-       // Put them at the beginning of the array to keep ordering the way
-       // the popup player expects, so we pick the right WebM size in most
-       // cases.
-       //
-       // See T63760
-       //
-       array_unshift( $wgEnabledTranscodeSet, WebVideoTranscode::ENC_OGV_360P 
);
-       array_unshift( $wgEnabledTranscodeSet, WebVideoTranscode::ENC_OGV_160P 
);
 }
 
 if ( $wgDBname == 'foundationwiki' ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/232228
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0ec120de2abb56a64336f57e0cb537922dbc69d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <br...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to