Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
motion
> ffmpeg-0.4.9.15594svn-20081010.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ffmpeg-0.4.9.15594svn-20081010.diff of Package motion
Index: ffmpeg.c =================================================================== --- ffmpeg.c (revision 434) +++ ffmpeg.c (working copy) @@ -164,7 +164,8 @@ return write(fd, buf, size); } -static offset_t file_seek(URLContext *h, offset_t pos, int whence) + +static int64_t file_seek(URLContext *h, int64_t pos, int whence) { int fd = (size_t)h->priv_data; return lseek(fd, pos, whence);