mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[mpp]: Activate AVS2 decoder
Change-Id: I7fb596b050c1791b046f6c2179e8775a8b3df068 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:

committed by
Herman Chen

parent
20866b909d
commit
d98fbcfe2a
@@ -62,6 +62,9 @@ static MppCodingTypeInfo support_list[] = {
|
||||
#if HAVE_AVSD
|
||||
{ MPP_CTX_DEC, MPP_VIDEO_CodingAVSPLUS, "dec", "avs+", },
|
||||
#endif
|
||||
#if HAVE_AVS2D
|
||||
{ MPP_CTX_DEC, MPP_VIDEO_CodingAVS2, "dec", "avs2", },
|
||||
#endif
|
||||
#if HAVE_JPEGD
|
||||
{ MPP_CTX_DEC, MPP_VIDEO_CodingMJPEG, "dec", "jpeg", },
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user