diff options
Diffstat (limited to 'src/itfstruct.h')
-rw-r--r-- | src/itfstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itfstruct.h b/src/itfstruct.h index 1712a87..537c12b 100644 --- a/src/itfstruct.h +++ b/src/itfstruct.h @@ -237,6 +237,7 @@ typedef struct BufferQueue_interface { BufferHeader *mFront, *mRear; #ifdef ANDROID SLuint32 mSizeConsumed; + bool mCallbackPending; #endif // saves a malloc in the typical case #define BUFFER_HEADER_TYPICAL 4 |