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:
Randy Li
2017-03-10 14:17:59 +08:00
committed by Huang, Tao
parent 2dd82913d7
commit c144dc5d53

View File

@@ -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,