[Sumover-dev] [svn commit] r3807 - vic/trunk/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Sep 6 16:57:52 BST 2006


Author: ucacsva
Date: Wed Sep  6 16:58:28 2006
New Revision: 3807

Modified:
   vic/trunk/tcl/ui-ctrlmenu.tcl

Log:
Added Rhys's GUI controls for h261as.

Modified: vic/trunk/tcl/ui-ctrlmenu.tcl
==============================================================================
--- vic/trunk/tcl/ui-ctrlmenu.tcl	(original)
+++ vic/trunk/tcl/ui-ctrlmenu.tcl	Wed Sep  6 16:58:28 2006
@@ -564,7 +564,7 @@
 		set fmtList "$fmtList bvc pvh"
 	}
 	if [inList cif $sizes] {
-		set fmtList "$fmtList h261 h263+ h263"
+		set fmtList "$fmtList h261 h261as h263+ h263"
 	}
 	if [inList jpeg $formats] {
 		set fmtList "$fmtList jpeg"
@@ -812,10 +812,11 @@
 	format_col $w.p2 h263+ h263
 	format_col $w.p3 raw cellb
 	format_col $w.p4 bvc pvh:
+	format_col $w.p5 h261as null
 	
 	frame $w.glue0
 	frame $w.glue1
-	pack $w.p0 $w.p1 $w.p2 $w.p3 $w.p4 -side left
+	pack $w.p0 $w.p1 $w.p2 $w.p3 $w.p4 $w.p5 -side left
 
 }
 



More information about the Sumover-dev mailing list