commit | 9af4f0026d1bfff9ff5688b67a8730103f5ece2f | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Wed Jul 02 17:11:04 2014 +0100 |
committer | Ashok Bhat <ashok.bhat@arm.com> | Wed Jul 09 14:14:24 2014 +0100 |
tree | 0e9f27aa231c2bb7c8e3033ddb884ebd8fa32955 | |
parent | bc0c2c2d2a4cc058ab404f940f0ca65f595e047b [diff] |
Fix in SoftAVCEncoder plugin size of buffer_handle_t, a pointer type, was assumed to be 4 bytes. This patch uses sizeof(buffer_handle_t) instead. In addition, replaced magic number 4 with sizeof(OMX_U32) Change-Id: Id5a7ed805a7b8e9867d8e51655cd334a66ac2c2b Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>