diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:12 +0200 |
commit | e99536e8eb56cb829a67ea19f29426ec4b938dcc (patch) | |
tree | 9176dc0ded3e396d18eb460d0f57aa2fea6352e7 /src/inputPlugins/mpc_plugin.c | |
parent | e4c6c01903038d3d308fad2b10f5133b49abe724 (diff) | |
download | mpd-e99536e8eb56cb829a67ea19f29426ec4b938dcc.tar.gz mpd-e99536e8eb56cb829a67ea19f29426ec4b938dcc.tar.xz mpd-e99536e8eb56cb829a67ea19f29426ec4b938dcc.zip |
mp3: moved dropSamplesAtEnd check out of the loop
Simplifying loops for performance: why check dropSamplesAtEnd in every
iteration, when we could modify the loop boundary? The (writable)
variable samplesLeft can be eliminated; add a write-once variable
pcm_length instead, which is used for the loop condition.
Diffstat (limited to 'src/inputPlugins/mpc_plugin.c')
0 files changed, 0 insertions, 0 deletions