This commit is contained in:
Jason Felds
2011-03-02 19:08:06 -05:00
parent 1672596922
commit 62a1db4443
@@ -686,9 +686,9 @@ int URLRageFile_read( avcodec::URLContext *h, unsigned char *buf, int size )
}
#if defined(MACOSX)
int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size );
int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size )
#else
int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size );
int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size )
#endif
{
RageFileBasic *f = (RageFileBasic *) h->priv_data;