]> granicus.if.org Git - libvpx/commit
Make new_qc signed
authorJohann <johannkoenig@google.com>
Mon, 13 Jun 2016 18:56:42 +0000 (11:56 -0700)
committerJohann Koenig <johannkoenig@google.com>
Tue, 14 Jun 2016 22:54:58 +0000 (22:54 +0000)
commit4b8b31838b0a100338cfa78be164232ca3e12f65
treed5b7464ccce38c8d2e361174757825d84787fad2
parentc516dd67bc50eecd13dc7fc95b75251cf67c8750
Make new_qc signed

Mode is signed

Cleans warning in Android build:
comparison of integers of different signs: 'int' and 'unsigned int'
if (ctx->oxcf.Mode != new_qc)
    ~~~~~~~~~~~~~~ ^  ~~~~~~

Change-Id: I5cf81c40b103e688a31e1339511f5c9eb27edd38
vp8/vp8_cx_iface.c