[h265e]: add h265 encoder code

Change-Id: I08350dc76d3040bc1a16a3d8234f836f5fbf69d0
Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
Ding Wei
2018-09-13 15:47:08 +08:00
committed by Herman Chen
parent 4553fac11e
commit 3e5ad4fed3
26 changed files with 4968 additions and 4 deletions

View File

@@ -71,6 +71,9 @@ static MppCodingTypeInfo support_list[] = {
#if HAVE_JPEGE
{ MPP_CTX_ENC, MPP_VIDEO_CodingMJPEG, "enc", "jpeg", },
#endif
#if HAVE_H265E
{ MPP_CTX_ENC, MPP_VIDEO_CodingHEVC, "enc", "h265", },
#endif
};
#define check_mpp_ctx(ctx) _check_mpp_ctx(ctx, __FUNCTION__)