Merge "IMediaSource: Pack alignment of ReadOption struct" am: 7449b5e025 am: 0ff8666bee am: 99f553fab5
am: 162c17fad1
Change-Id: If23ca07c28b3f6f4b3881d7a0dc29c0870160047
diff --git a/include/media/IMediaSource.h b/include/media/IMediaSource.h
index 2ff42ec..2bde782 100644
--- a/include/media/IMediaSource.h
+++ b/include/media/IMediaSource.h
@@ -98,7 +98,7 @@
SeekMode mSeekMode;
int64_t mLatenessUs;
bool mNonBlocking;
- };
+ } __attribute__((packed)); // sent through Binder
// Returns a new buffer of data. Call blocks until a
// buffer is available, an error is encountered or the end of the stream