X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;fp=application%2Fconfig%2Fp2p-tube.php;h=6f33bec0be497765ac2a8c7a56cc3a5170774be1;hb=6c67c9d74550575fbc96be0baad42260c2dbcb6a;hp=ec7eb3a0a9bc70f9b5969922c12ba276818376e7;hpb=2a39f01ff5007ff5dfabb9153559d7639c8c5ded;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index ec7eb3a..6f33bec 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -51,13 +51,14 @@ $config['default_javascript'] = ''; | | Sets the default video file extension, which must be set without '.' prefix. | This extension is going to be added to the `name` field from the DB in -| order to deduce the video file name if not stated otherwise. Possible values: +| order to deduce the video file name if not stated otherwise in the format. +| Possible values: | | ogv | ogg | */ -$config['default_video_ext'] = 'ogg'; // TODO: Change to 'ogv'! +$config['default_video_ext'] = 'ogv'; /* |--------------------------------------------------------------------------