r55365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55364‎ | r55365 | r55366 >
Date:05:43, 20 August 2009
Author:dale
Status:deferred
Tags:
Comment:
* moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler
Modified paths:
  • /trunk/extensions/OggHandler/OggHandler.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OggHandler/OggHandler.php
@@ -54,6 +54,13 @@
5555 // Location of the FFmpeg binary
5656 $wgFFmpegLocation = '/usr/bin/ffmpeg';
5757
 58+/**
 59+ * enable oggz_chop support
 60+ * if enabled the mv_embed player will use temporal urls
 61+ * for helping with seeking with some plugin types
 62+ */
 63+$wgEnableTemporalOggUrls = false;
 64+
5865 // Filename or URL path to the Cortado Java player applet.
5966 //
6067 // If no path is included, the path to this extension's

Status & tagging log