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

Ben Hutchings benh at alioth.debian.org
Sat Jun 20 14:46:23 UTC 2009


Author: benh
Date: 2009-06-20 14:46:22 +0000 (Sat, 20 Jun 2009)
New Revision: 430

Modified:
   package/trunk/conf/video-data.sql
Log:
Add file status code 'D'


Modified: package/trunk/conf/video-data.sql
===================================================================
--- package/trunk/conf/video-data.sql	2009-06-20 14:45:26 UTC (rev 429)
+++ package/trunk/conf/video-data.sql	2009-06-20 14:46:22 UTC (rev 430)
@@ -12,6 +12,8 @@
 VALUES('C', 'File is valid (player reports no errors) but audio or video is poor');
 INSERT INTO video_file_status(file_status_code, file_status_desc)
 VALUES('F', 'File is invalid (player reports errors) or audio or video is unacceptable');
+INSERT INTO video_file_status(file_status_code, file_status_desc)
+VALUES('D', 'File is unwanted and should be deleted');
 
 DELETE FROM video_target_format;
 INSERT INTO video_target_format(




More information about the Debconf-video-commits mailing list