[Sumover-dev] [svn commit] r4464 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Jun 11 13:22:45 BST 2009


Author: douglask
Date: Thu Jun 11 13:22:40 2009
New Revision: 4464

Modified:
   vic/branches/mpeg4/tcl/ui-h261_play.tcl
   vic/branches/mpeg4/tcl/ui-vdd.tcl

Log:
Undo SVN changeset 4120, as init_resources proc is unique as ui-h261_play.tcl
and ui-vdd.tcl aren't embeded into vic.


Modified: vic/branches/mpeg4/tcl/ui-h261_play.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-h261_play.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-h261_play.tcl	Thu Jun 11 13:22:40 2009
@@ -210,7 +210,7 @@
 	}
 }
 
-proc h261_init_resources {} {
+proc init_resources {} {
 	option add H261_play.dither od startupFile
 	option add H261_play.gamma 0.7 startupFile
 	option add H261_play.medianCutColors 150 startupFile

Modified: vic/branches/mpeg4/tcl/ui-vdd.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-vdd.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-vdd.tcl	Thu Jun 11 13:22:40 2009
@@ -224,7 +224,7 @@
 	}
 }
 
-proc vdd_init_resources {} {
+proc init_resources {} {
 	option add Vdd.dither od startupFile
 }
 



More information about the Sumover-dev mailing list