|
| From: | Martin Guy |
| Subject: | Re: [Gnash-commit] gnash ChangeLog backend/sound_handler_gst.cpp b... |
| Date: | Tue, 15 May 2007 11:08:14 +0100 |
+ for (int i = 0; i < data_bytes; i++)
+ {
+ data[i] = in->read_u8();
+ }
We now have in->read((char *)data, databytes); If u can put this in that'd be great; my tag_loaders is dirty with the other half of the uncompressed sound fixes. Or I will... put on my TODO M
| [Prev in Thread] | Current Thread | [Next in Thread] |