diff options
Diffstat (limited to 'src/outputBuffer.h')
-rw-r--r-- | src/outputBuffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h index 7a06f9d41..d53fe617f 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -53,8 +53,6 @@ typedef struct _OutputBuffer { /** the index after the last decoded chunk */ unsigned int volatile end; - int currentChunk; - AudioFormat audioFormat; ConvState convState; } OutputBuffer; |