diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-11-24 22:52:15 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-11-24 22:52:15 +0000 |
commit | d2d5d96c41f21f2eb60b6ca61619b23ad6187780 (patch) | |
tree | 2f83abd003d0c530eea0bbb2cdf965ea04bcd28b /ChangeLog | |
parent | da841dc7965ca990fe92a6c835c292aa5bb2599d (diff) | |
download | xine-lib-d2d5d96c41f21f2eb60b6ca61619b23ad6187780.tar.gz xine-lib-d2d5d96c41f21f2eb60b6ca61619b23ad6187780.tar.bz2 |
Support for large files created by RIP input plugin. It's used fseeko(). When configure won't find it, it will be used fseek() with 2 GB limit.
CVS patchset: 5778
CVS date: 2003/11/24 22:52:15
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ xine-lib (1-rc3) (goom video does not jump any more) * problem with long frame durations fixed * seek timeout in RIP input plugin + * support for saved files bigger than 2 GB xine-lib (1-rc2) * XvMC support for hardware accelerated mpeg2 playback (-V xvmc) |