From 4bf595fa56cef374e160f1613f60102dcee36b0f Mon Sep 17 00:00:00 2001 From: Nanxin Qin Date: Mon, 20 Aug 2018 10:35:11 +0800 Subject: [PATCH] decoder: fixed an issue of the h263 playback. PD#172068 needs to use VIDEO_DEC_H263 on the firmware loading. Change-Id: Ia55c47046a848bb300947e5f3b79a73ae2203c05 Signed-off-by: Nanxin Qin --- .../amlogic/media_modules/frame_provider/decoder/utils/amvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media_modules/frame_provider/decoder/utils/amvdec.c b/drivers/amlogic/media_modules/frame_provider/decoder/utils/amvdec.c index 78aa69e89e4e..afc813fe991c 100644 --- a/drivers/amlogic/media_modules/frame_provider/decoder/utils/amvdec.c +++ b/drivers/amlogic/media_modules/frame_provider/decoder/utils/amvdec.c @@ -441,7 +441,7 @@ s32 optee_load_fw(enum vformat_e type, const char *fw_name) else if (!strcmp(name, "vmpeg4_mc_5")) format = VIDEO_DEC_MPEG4_5; else if (!strcmp(name, "h263_mc")) - format = VIDEO_DEC_FORMAT_H263; + format = VIDEO_DEC_H263; break; case VFORMAT_H264_4K2K: