mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
video: rockchip: vcodec: fix the output buffer of jpeg
The JPEG decoder is also able to output the raw image in NV12 format without the help of Post Processor of decoder in VDPU1. Change-Id: I1b29a5d93d2dd8ae2f21a7537cc3493adf57d022 Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
@@ -255,7 +255,7 @@ static struct vpu_hw_info hw_vpu_9190 = {
|
||||
* file handle translate information
|
||||
*/
|
||||
DEF_FMT_TRANS_TBL(vpu_jpegd,
|
||||
12, 40, 66, 67
|
||||
12, 13, 14, 40, 66, 67
|
||||
);
|
||||
|
||||
DEF_FMT_TRANS_TBL(vpu_h264d,
|
||||
|
||||
Reference in New Issue
Block a user