mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00
[vp8e]: add vpu1 and vpu2 vp8e supprt.
commit a base version of vp8 encoder,include vpu1 and vpu2. encode input raw picture to ivf stream. Change-Id: I9ac697edf2249a4ca7464fdbfb5fd22a63fd3c34 Signed-off-by: Ding Wei <leo.ding@rock-chips.com> Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:

committed by
Johnson Ding

parent
056e17df92
commit
2dc830f071
@@ -74,6 +74,9 @@ static MppCodingTypeInfo support_list[] = {
|
||||
#if HAVE_H265E
|
||||
{ MPP_CTX_ENC, MPP_VIDEO_CodingHEVC, "enc", "h265", },
|
||||
#endif
|
||||
#if HAVE_VP8E
|
||||
{ MPP_CTX_ENC, MPP_VIDEO_CodingVP8, "enc", "vp8", }
|
||||
#endif
|
||||
};
|
||||
|
||||
#define check_mpp_ctx(ctx) _check_mpp_ctx(ctx, __FUNCTION__)
|
||||
|
Reference in New Issue
Block a user