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

Eric Dantan Rzewnicki edrz-guest at alioth.debian.org
Wed Jun 30 17:39:43 UTC 2010


Author: edrz-guest
Date: 2010-06-30 17:39:38 +0000 (Wed, 30 Jun 2010)
New Revision: 514

Modified:
   package/trunk/conf/video-data.sql
Log:
Don't through away audio samples before encoding.



Modified: package/trunk/conf/video-data.sql
===================================================================
--- package/trunk/conf/video-data.sql	2010-06-30 17:30:26 UTC (rev 513)
+++ package/trunk/conf/video-data.sql	2010-06-30 17:39:38 UTC (rev 514)
@@ -49,7 +49,7 @@
 VALUES(
     'low', 50, 'ogg', '.ogv',
     320, 240, 'theora', 230000,
-    32000, 1, 'vorbis', 64000,
+    0, 0, 'vorbis', 64000,
     true
 );
 INSERT INTO video_target_format(




More information about the Debconf-video-commits mailing list