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 <nanxin.qin@amlogic.com>
This commit is contained in:
Nanxin Qin
2018-08-20 10:35:11 +08:00
committed by Dongjin Kim
parent fa6ba91951
commit 4bf595fa56

View File

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