[mythtv-commits] Ticket #8477: Patchset #22999 break UPNP playback of file greater then 4G on 32 bits

MythTV mythtv at cvs.mythtv.org
Sat May 22 19:03:06 UTC 2010


#8477: Patchset #22999 break UPNP playback of file greater then 4G on 32 bits
---------------------------+------------------------------------------------
 Reporter:  anonymous      |        Owner:  danielk   
     Type:  defect         |       Status:  closed    
 Priority:  minor          |    Milestone:  unknown   
Component:  MythTV - UPnP  |      Version:  0.23-fixes
 Severity:  medium         |   Resolution:  fixed     
  Mlocked:  0              |  
---------------------------+------------------------------------------------
Changes (by danielk):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 (In [24788]) Fixes #8477. size_t is too small on some platforms to hold a
 filesize. off_t should work on any UNIX99 compatible system, but I went
 with uint64_t since it will always be sufficiently large and we're not
 using this in any posix calls.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8477#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list