vpx/vp8/decoder
Johann a9936de384 Use data size directly instead of recomputing.
Cleans warning in Android build:
comparison of integers of different signs: 'unsigned int' and 'int'

int n = (int)VPXMIN(sizeof(clear_buffer), data_end - data);
             ^      ~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~

Change-Id: I964355ceae6b39e22c0196294b25e28387f84945
2016-06-14 22:57:26 +00:00
..
2016-06-01 16:00:56 +00:00
2016-06-01 16:00:56 +00:00
2014-12-16 12:47:08 -08:00
2015-04-28 20:00:59 -07:00