[mythtv-commits] Ticket #4228: mytharchive fails when frame rates differ

MythTV mythtv at cvs.mythtv.org
Tue Nov 27 00:36:43 UTC 2007


#4228: mytharchive fails when frame rates differ
-------------------------------------------+--------------------------------
 Reporter:  marcusbrutus at internode.on.net  |       Owner:  paulh  
     Type:  defect                         |      Status:  new    
 Priority:  minor                          |   Milestone:  unknown
Component:  mytharchive                    |     Version:  unknown
 Severity:  medium                         |     Mlocked:  0      
-------------------------------------------+--------------------------------
 syntax error in mythburn.py

 org:
  write("The frame rate for %s should be %s but the stream info file "
               "report a fps of %s" % (fr, fps))

 fix:
  write("The frame rate for %s should be %s but the stream info file "
               "report a fps of %s" % (videomode, fr, fps))

 (ps. line before should read "frame rates")

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4228>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list