Author: duncan
Date: Tue Jul  3 16:45:10 2007
New Revision: 9745

Log:
Added CACHE_CROPDETECT to enable caching of crop detection using encodingcode


Modified:
   branches/rel-1/freevo/freevo_config.py

Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Tue Jul  3 16:45:10 2007
@@ -285,6 +285,7 @@
      Added IMAGEVIEWER_REVERSED_IMAGES for when the images are incorrectly 
rotated
      Added SHOPPINGCART_CLOBBER to allow a move to clobber an existing file
      Added XINE_BOOKMARK to enable the resume function to work with xine
+     Added CACHE_CROPDETECT to enable caching of crop detection using 
encodingcode
      ''' ),
 ]
 
@@ -640,6 +641,11 @@
 #
 CACHE_IMAGES = 1
 
+#
+# Cache cropdetection. This will take quite a while to run
+#
+CACHE_CROPDETECT = 0
+
 # ======================================================================
 # Plugins:
 # ======================================================================

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to