[mpi]: enable H.263 decoder and rename libvpu to worker_vpu

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1001 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-07-11 09:58:43 +00:00
parent 04056315a1
commit ede81ae620
9 changed files with 36 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ typedef struct {
static MppCodingTypeInfo support_list[] = {
{ MPP_CTX_DEC, MPP_VIDEO_CodingMPEG2, "dec", "mpeg2", },
{ MPP_CTX_DEC, MPP_VIDEO_CodingMPEG4, "dec", "mpeg4", },
// { MPP_CTX_DEC, MPP_VIDEO_CodingH263, "dec", "h.263", },
{ MPP_CTX_DEC, MPP_VIDEO_CodingH263, "dec", "h.263", },
{ MPP_CTX_DEC, MPP_VIDEO_CodingAVC, "dec", "h.264/AVC", },
{ MPP_CTX_DEC, MPP_VIDEO_CodingHEVC, "dec", "h.265/HEVC", },
{ MPP_CTX_DEC, MPP_VIDEO_CodingVP8, "dec", "vp8", },