diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:07 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:07 +0200 |
commit | c7384b65ac422e1dd5eadcb06b74931de37a6f58 (patch) | |
tree | bec4ca1f705b4920ff983f21c5a73fd71911c24e /src/outputBuffer.h | |
parent | 67bf4b448dad25f2f0c60451f53fcacb0a0bde15 (diff) | |
download | mpd-c7384b65ac422e1dd5eadcb06b74931de37a6f58.tar.gz mpd-c7384b65ac422e1dd5eadcb06b74931de37a6f58.tar.xz mpd-c7384b65ac422e1dd5eadcb06b74931de37a6f58.zip |
eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK
(Ab)use the decoder_command enumeration, which has nearly the same
values and the same meaning.
Diffstat (limited to '')
-rw-r--r-- | src/outputBuffer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h index 67bb0937e..624b6dbc7 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -22,9 +22,6 @@ #include "notify.h" #include "audio_format.h" -#define OUTPUT_BUFFER_DC_STOP -1 -#define OUTPUT_BUFFER_DC_SEEK -2 - /* pick 1020 since its devisible for 8,16,24, and 32-bit audio */ #define CHUNK_SIZE 1020 |