commit | a722a114d6f9d050fef39c841b1b7aaba9c39f65 | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Tue Aug 30 11:48:44 2016 -0700 |
committer | Yunqing Wang <yunqingwang@google.com> | Wed Aug 31 14:56:21 2016 -0700 |
tree | 8647da598a9fd990af3b607a69d6fc426508410e | |
parent | ed07056f1ad6b6904328831c63d9f7c7b5761669 [diff] |
Change buffer_alloc_sz and frame_size type to size_t 1. Changed buffer_alloc_sz and frame_size type to size_t. 2. Added a TODO for video resolution limits. On 32 bit systems, the maximum resolution supported in the encoder is 4k(3840x2160). The malloc() would fail if encoding >4k video on a 32 bit system. Change-Id: Ibd91b28fd63d1b04e8ac9a5270a17629f239188a