vp8 decoder: cast decoding_thread_count to int
authorJohann <johannkoenig@google.com>
Tue, 13 Sep 2016 21:20:19 +0000 (14:20 -0700)
committerJohann <johannkoenig@google.com>
Tue, 13 Sep 2016 21:51:14 +0000 (14:51 -0700)
commit4c6819d0fcb24caa064af47a939b4a9f9c17225b
tree94c82edf2e2b270c7b73f6647fca9fd8c8903779
parent75fe2d4409103ddf3fa496d7b9bdd28458dd128e
vp8 decoder: cast decoding_thread_count to int

For some reason allocated_decoding_thread_count is signed, but decoding_thread_count is not.

Cleans -Wextra/-Wsign-compare:
comparison between signed and unsigned integer expressions

Change-Id: Id0ada78100acff27c1c4ed7493c563d13c55cdcd
vp8/decoder/threading.c