avcodec: add VMX1 decoder

This commit is contained in:
Paul B Mahol 2023-06-04 20:30:59 +02:00
parent 3b0ed2365c
commit 2d59ca0a66
9 changed files with 302 additions and 1 deletions

View file

@ -370,6 +370,7 @@ extern const FFCodec ff_vc1_v4l2m2m_decoder;
extern const FFCodec ff_vc2_encoder;
extern const FFCodec ff_vcr1_decoder;
extern const FFCodec ff_vmdvideo_decoder;
extern const FFCodec ff_vmix_decoder;
extern const FFCodec ff_vmnc_decoder;
extern const FFCodec ff_vp3_decoder;
extern const FFCodec ff_vp4_decoder;