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
This commit is contained in:
parent
c516dd67bc
commit
4b8b31838b
@ -760,7 +760,7 @@ static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx,
|
||||
unsigned long duration,
|
||||
unsigned long deadline)
|
||||
{
|
||||
unsigned int new_qc;
|
||||
int new_qc;
|
||||
|
||||
#if !(CONFIG_REALTIME_ONLY)
|
||||
/* Use best quality mode if no deadline is given. */
|
||||
|
Loading…
Reference in New Issue
Block a user