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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Jan 31 23:13:01 GMT 2008


Author: douglask
Date: Thu Jan 31 23:12:57 2008
New Revision: 4120

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

Log:
There were 3 different definitions for init_resources procedure,
2 have now been renamed to make them all unique.


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 Jan 31 23:12:57 2008
@@ -210,7 +210,7 @@
 	}
 }
 
-proc init_resources {} {
+proc h261_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 Jan 31 23:12:57 2008
@@ -224,7 +224,7 @@
 	}
 }
 
-proc init_resources {} {
+proc vdd_init_resources {} {
 	option add Vdd.dither od startupFile
 }
 



More information about the Sumover-dev mailing list