mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user