[mythtv-commits] Ticket #5756: mythvideo, runtime can't be -1

MythTV mythtv at cvs.mythtv.org
Thu Oct 2 16:19:28 UTC 2008


#5756: mythvideo, runtime can't be -1
--------------------------------------------------------+-------------------
 Reporter:  Xavier Hervy <xavier.hervy at bluebottle.com>  |       Owner:  ijr    
     Type:  defect                                      |      Status:  new    
 Priority:  minor                                       |   Milestone:  unknown
Component:  mythtv                                      |     Version:  head   
 Severity:  medium                                      |     Mlocked:  0      
--------------------------------------------------------+-------------------
 The runtime is store in videometadata as :
 `length` int(10) unsigned NOT NULL,
 When an unknown runtime should be set at -1 (videofilter.cpp)

 Either the database shema need to be updated to all signed int, either
 kRuntimeFilterUnknown should be 0 in videofilter.cpp
 Xavier

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


More information about the mythtv-commits mailing list