avcodec/amfdec: Add VP9 AMF decoder

This commit is contained in:
nyanmisaka
2025-01-03 14:10:00 -05:00
committed by Dmitrii Ovchinnikov
parent 09cd38e9d5
commit b2c0d37be5
4 changed files with 15 additions and 4 deletions

View File

@@ -902,6 +902,7 @@ extern const FFCodec ff_vp8_mediacodec_encoder;
extern const FFCodec ff_vp8_qsv_decoder;
extern const FFCodec ff_vp8_v4l2m2m_encoder;
extern const FFCodec ff_vp8_vaapi_encoder;
extern const FFCodec ff_vp9_amf_decoder;
extern const FFCodec ff_vp9_cuvid_decoder;
extern const FFCodec ff_vp9_mediacodec_decoder;
extern const FFCodec ff_vp9_mediacodec_encoder;