[mythtv-commits] Ticket #4373: Use 64-bit offset type in dvd_input.c (libmythdvdnav)

MythTV mythtv at cvs.mythtv.org
Thu Dec 27 17:14:45 UTC 2007


#4373: Use 64-bit offset type in dvd_input.c (libmythdvdnav)
-----------------------------+----------------------------------------------
 Reporter:  andrei at tanas.ca  |       Owner:  ijr 
     Type:  patch            |      Status:  new 
 Priority:  minor            |   Milestone:  0.21
Component:  mythtv           |     Version:  head
 Severity:  medium           |     Mlocked:  0   
-----------------------------+----------------------------------------------
 off_t is 32-bit on some platforms (Windows), which breaks DVD playback
 (tested with DVD ISO image).

 The patch proposes use of off64_t and lseek64 instead of off_t and lseek,
 which is posix-compatible and should work on all platforms.

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


More information about the mythtv-commits mailing list