[Sumover-dev] [svn commit] r4778 - vic/branches/cc/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Apr 16 11:49:54 BST 2010


Author: soohyunc
Date: Fri Apr 16 11:49:54 2010
New Revision: 4778

Modified:
   vic/branches/cc/tcl/ui-util.tcl

Log:
copied Revision 4777 from the mpeg4 branch
(commit done by douglas)

Log:
With 'vic -Q' now also output the supported codecs



Modified: vic/branches/cc/tcl/ui-util.tcl
==============================================================================
--- vic/branches/cc/tcl/ui-util.tcl	(original)
+++ vic/branches/cc/tcl/ui-util.tcl	Fri Apr 16 11:49:54 2010
@@ -358,5 +358,14 @@
 		}
 	}
 	puts ""
+
+	puts "Available Codec List:"
+	set codecList [list h261 h261as h263 h263+ mpeg4 h264 raw cellbbvc pvh jpeg]
+	foreach codec $codecList {
+		if {[codecexists $codec]} {
+		puts "-  $codec"
+		}
+	}
+	puts ""
 }
 



More information about the Sumover-dev mailing list