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:
AJ Kelly
2010-05-22 09:52:20 -05:00
parent 894f6684d9
commit 40bd873561
2 changed files with 68 additions and 67 deletions
@@ -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;