gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog backend/sound_handler_gst.cpp b...


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]