Author: duncan
Date: Wed May  2 17:47:08 2007
New Revision: 9545

Modified:
   branches/rel-1/freevo/src/tv/ivtv.py

Log:
Added some comment about some codec settings


Modified: branches/rel-1/freevo/src/tv/ivtv.py
==============================================================================
--- branches/rel-1/freevo/src/tv/ivtv.py        (original)
+++ branches/rel-1/freevo/src/tv/ivtv.py        Wed May  2 17:47:08 2007
@@ -300,8 +300,8 @@
                            codec.dnr_spatial,
                            codec.dnr_temporal,
                            codec.dnr_type,
-                           codec.framerate,
-                           codec.framespergop,
+                           codec.framerate,     #read only, ignored on write
+                           codec.framespergop,  #read only, ignored on write
                            codec.gop_closure,
                            codec.pulldown,
                            codec.stream_type)
@@ -448,6 +448,7 @@
 
     ivtv_dev = IVTV('/dev/video0')
     ivtv_dev.init_settings()
+    ivtv_dev.print_settings()
 
     print 'driver="%s"' % ivtv_dev.driver
     print 'version=%x' % ivtv_dev.version

-------------------------------------------------------------------------
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