video: rockchip: mpp: rkvenc: fix writing error

Fixes: 932a0e8311 ("video: rockchip: mpp: add register for rkvenc translate table")
Change-Id: I3a1e9eac96d201d0c16243e0bff6280b2c07e422
Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
Ding Wei
2020-11-16 19:19:11 +08:00
committed by Tao Huang
parent cca2ba1a69
commit d9f357e5bc

View File

@@ -230,13 +230,13 @@ static struct mpp_hw_info rkvenc_hw_info = {
static const u16 trans_tbl_h264e[] = {
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 124, 125,
126, 127, 128, 129, 130, 131, 95, 96
126, 127, 128, 129, 130, 131
};
static const u16 trans_tbl_h265e[] = {
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
80, 81, 82, 83, 84, 85, 86, 124, 125,
126, 127, 128, 129, 130, 131
126, 127, 128, 129, 130, 131, 95, 96
};
static struct mpp_trans_info trans_rk_rkvenc[] = {