avcodec: add RTV1 decoder

This commit is contained in:
Paul B Mahol
2023-06-03 12:29:25 +02:00
parent e62824835d
commit f11515c77f
9 changed files with 163 additions and 2 deletions

View File

@@ -295,6 +295,7 @@ extern const FFCodec ff_roq_decoder;
extern const FFCodec ff_rpza_encoder;
extern const FFCodec ff_rpza_decoder;
extern const FFCodec ff_rscc_decoder;
extern const FFCodec ff_rtv1_decoder;
extern const FFCodec ff_rv10_encoder;
extern const FFCodec ff_rv10_decoder;
extern const FFCodec ff_rv20_encoder;