[Debconf-video-commits] r427 - package/trunk/conf

Ben Hutchings benh at alioth.debian.org
Sat Jun 20 14:35:59 UTC 2009


Author: benh
Date: 2009-06-20 14:35:58 +0000 (Sat, 20 Jun 2009)
New Revision: 427

Modified:
   package/trunk/conf/video-data.sql
Log:
Use .ogv extension like everyone else does


Modified: package/trunk/conf/video-data.sql
===================================================================
--- package/trunk/conf/video-data.sql	2009-06-20 14:34:23 UTC (rev 426)
+++ package/trunk/conf/video-data.sql	2009-06-20 14:35:58 UTC (rev 427)
@@ -21,7 +21,7 @@
     published
 )
 VALUES(
-    'archival', 100, 'ogg', '.ogg',
+    'archival', 100, 'ogg', '.ogv',
     0, 0, 'theora', 4000000,
     0, 0, 'vorbis', 192000,
     false
@@ -33,7 +33,7 @@
     published
 )
 VALUES(
-    'high', 25, 'ogg', '.ogg',
+    'high', 25, 'ogg', '.ogv',
     0, 0, 'theora', 1500000,
     0, 0, 'vorbis', 128000,
     true
@@ -45,7 +45,7 @@
     published
 )
 VALUES(
-    'low', 50, 'ogg', '.ogg',
+    'low', 50, 'ogg', '.ogv',
     320, 240, 'theora', 230000,
     32000, 1, 'vorbis', 64000,
     true




More information about the Debconf-video-commits mailing list