OSDN Git Service

sbc: Performance optimizations for sbcenc utility
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Fri, 16 Jan 2009 15:23:54 +0000 (17:23 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 30 Jul 2012 02:48:27 +0000 (19:48 -0700)
commit18bdc9c951106d2dd06b663889f969ac8a15ab02
tree8b6908314923fff93edc86427886ded2012a5ecd
parent457e9adbfe85b19e5a4ef1e82581217c070581ff
sbc: Performance optimizations for sbcenc utility

Read and write buffers sizes increased, memmove overhead eliminated.
Nonportable cast from 'unsigned char *' to 'struct au_header *' is
now also resolved as part of the changes.
sbc/sbcenc.c