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