Jonathan Gordon wrote:
move anything at the end of the struct to where it should be, usually
there isnt much there
2009/8/6 Jeff Goode <[email protected]>:
Hi all,
I'm finishing up an update to test_codec that will allow benchmarking DSP
performance and outputting DSP results to WAV. To do that I needed to
update the API with some DSP functions. Since I've got to upnumber the API
version anyway, what else needs to be moved around in there to make it
easier to use / cleaner / etc.? Might as well clean up a little while we're
at it.
Jeff
That's kind of why I was asking. There wasn't much there, and I don't
know where it belongs anyway.
Jeff