mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00
[avs]: Add avs module
NOTE: I frame header decoding should check stream version. Signed-off-by: Ding Wei <leo.ding@rock-chips.com> Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com> Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com> Change-Id: I1c8276f4499d73e3b60d582890037dec376e136f
This commit is contained in:
@@ -60,6 +60,7 @@ static MppCodingTypeInfo support_list[] = {
|
||||
{ MPP_CTX_DEC, MPP_VIDEO_CodingVP9, "dec", "VP9", },
|
||||
#endif
|
||||
#if HAVE_AVSD
|
||||
{ MPP_CTX_DEC, MPP_VIDEO_CodingAVS, "dec", "avs", },
|
||||
{ MPP_CTX_DEC, MPP_VIDEO_CodingAVSPLUS, "dec", "avs+", },
|
||||
#endif
|
||||
#if HAVE_AVS2D
|
||||
|
Reference in New Issue
Block a user