mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[av1d]: Add av1 parser api
Change-Id: Iff3c205d34cd8d8c2074de42eadc8418f5144a42 Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user