[Scummvm-devel] [Scummvm-cvs-logs] SF.net SVN: scummvm:[53086] scummvm/trunk/graphics/video
Johannes Schickel
lordhoto at gmail.com
Sat Oct 9 00:21:55 CEST 2010
On Sat, Oct 9, 2010 at 12:17 AM, <sev at users.sourceforge.net> wrote:
> Revision: 53086
> http://scummvm.svn.sourceforge.net/scummvm/?rev=53086&view=rev
> Author: sev
> Date: 2010-10-08 22:17:03 +0000 (Fri, 08 Oct 2010)
>
> Log Message:
> -----------
> VIDEO: Factor out handleAudioTrack() to be used by Toons engine
>
> + virtual void handleAudioTrack(const byte &track, const uint32 &chunkSize, const uint32 &unpackedSize);
>
Hi,
is there any special reason to pass const references to byte / uint32
here? That looks rather odd, passing a simple value should be
faster/less overhead.
// Johannes
More information about the Scummvm-devel
mailing list