commit | bfae30d814d75b1ca0c75e325977a3d55b62266b | [log] [tgz] |
---|---|---|
author | Lucas Tanure <tanure@linux.com> | Sun Sep 20 11:12:50 2015 -0300 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Tue Sep 22 17:22:19 2015 -0700 |
tree | c84ce0a1d0f1ded46a1e5f30e45ff9b4321e3e7e | |
parent | 193c7a54a82995c87cdded798dc7db33c90763de [diff] |
vaapi-recorder: Fix allocator sizeof operand mismatch Result of 'calloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int' Signed-off-by: Lucas Tanure <tanure@linux.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>