This commit is contained in:
AJ Kelly
2011-03-02 16:57:34 -06:00
parent a6953e09b2
commit 2a12c21daa
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -109,6 +109,10 @@ juanelote
NitroX72
* Pump/frame noteskin
Tatsh
* A patch to fix building with system ffmpeg
(http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=218)
==the beta testers==
[SSC Beta Testing Team]
KeithD
@@ -685,7 +685,7 @@ int URLRageFile_read( avcodec::URLContext *h, unsigned char *buf, int size )
return f->Read( buf, size );
}
int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size )
int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size )
{
RageFileBasic *f = (RageFileBasic *) h->priv_data;
return f->Write( buf, size );