corec's fixes (to my recent commits) from issue 138 (http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=138)
This commit is contained in:
@@ -695,7 +695,7 @@ int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size )
|
||||
#if defined(MACOSX)
|
||||
avcodec::offset_t URLRageFile_seek( avcodec::URLContext *h, avcodec::offset_t pos, int whence )
|
||||
#else
|
||||
int64_t URLRageFile_seek( avcodec::URLContext *h, avcodec::int64_t pos, int whence )
|
||||
int64_t URLRageFile_seek( avcodec::URLContext *h, int64_t pos, int whence )
|
||||
#endif
|
||||
{
|
||||
RageFileBasic *f = (RageFileBasic *) h->priv_data;
|
||||
|
||||
Reference in New Issue
Block a user