summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSun, Mingruo <mingruo.sun@intel.com>2015-07-23 10:25:27 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2015-07-23 10:15:30 +0800
commit9d552d5412adfa4ea973b4ac1b815cb632f20ae3 (patch)
treeda85a5b2d2b76ea8d09a5b88fb9d01f6a837465c
parentb672394d89bb609c1dd2ef9fa39002e610f1384c (diff)
vaenc: update ROI setting
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
-rw-r--r--vaenc/h264encode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vaenc/h264encode.c b/vaenc/h264encode.c
index bd4e93a..e38fb43 100644
--- a/vaenc/h264encode.c
+++ b/vaenc/h264encode.c
@@ -84,7 +84,7 @@ unsigned int h264_entropy_mode = 1; /* cabac */
unsigned int h264_8x8_dct = 0;
unsigned int roi_enable = 0;
-unsigned int roi_value = -2;
+int roi_value = -2;
int roi_minqp = -4;
int roi_maxqp = 4;
unsigned int roi_rec_x = 0;