[av1d]: Add av1 parser api

Change-Id: Iff3c205d34cd8d8c2074de42eadc8418f5144a42
Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
sayon.chen
2021-03-24 11:21:25 +08:00
committed by Herman Chen
parent 3d0f65b356
commit 55b425c97b
21 changed files with 11438 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ static MppCodingTypeInfo support_list[] = {
#if HAVE_JPEGD
{ MPP_CTX_DEC, MPP_VIDEO_CodingMJPEG, "dec", "jpeg", },
#endif
#if HAVE_AV1D
{ MPP_CTX_DEC, MPP_VIDEO_CodingAV1, "dec", "av1", },
#endif
#if HAVE_H264E
{ MPP_CTX_ENC, MPP_VIDEO_CodingAVC, "enc", "h.264/AVC", },
#endif