| Index: source/libvpx/vp8/encoder/onyx_int.h
|
| diff --git a/source/libvpx/vp8/encoder/onyx_int.h b/source/libvpx/vp8/encoder/onyx_int.h
|
| index 82d7453902c927b8023ca090d15f58d8dcbc551a..bd864b2b4f13297dc1e8190f23e288a104fa763d 100644
|
| --- a/source/libvpx/vp8/encoder/onyx_int.h
|
| +++ b/source/libvpx/vp8/encoder/onyx_int.h
|
| @@ -526,6 +526,8 @@ typedef struct VP8_COMP
|
| // Measure of average squared difference between source and denoised signal.
|
| int mse_source_denoised;
|
|
|
| + int force_maxqp;
|
| +
|
| #if CONFIG_MULTITHREAD
|
| /* multithread data */
|
| int * mt_current_mb_col;
|
|
|