Author: duncan
Date: Sun Apr 29 07:11:57 2007
New Revision: 9513

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

Log:
Made the gop size by default 12, same as the driver's default
Added a test to check it has been correctly changed


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Sun Apr 29 07:11:57 2007
@@ -1642,7 +1642,7 @@
     'dnr_temporal'  : 0,
     'dnr_type'      : 0,
     'framerate'     : 0,
-    'framespergop'  : 15,
+    'framespergop'  : 12,
     'gop_closure'   : 1,
     'pulldown'      : 0,
     'stream_type'   : 10,

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        Sun Apr 29 07:11:57 2007
@@ -462,7 +462,7 @@
     #print "reset vbi embed=%s (%s)" % (ivtv_dev.getvbiembed(), embed)
 
     #print ivtv_dev.getCodecInfo()
-    codec = IVTVCodec((2, 0x00e9, 3, 0, 8000000, 9600000, 0, 0, 8, 0, 0, 12, 
1, 0, 10))
+    codec = IVTVCodec((2, 0x00e9, 3, 0, 8000000, 9600000, 0, 0, 8, 0, 0, 15, 
1, 0, 10))
     print 'codec:', codec
     ivtv_dev.setCodecInfo(codec)
     print ivtv_dev.getCodecInfo()

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