avcodec: add RKA decoder

This commit is contained in:
Paul B Mahol
2023-01-31 21:03:38 +01:00
parent e3bbf5c17d
commit b8c0802156
8 changed files with 957 additions and 1 deletions

View File

@@ -287,6 +287,7 @@ extern const FFCodec ff_r210_decoder;
extern const FFCodec ff_rasc_decoder;
extern const FFCodec ff_rawvideo_encoder;
extern const FFCodec ff_rawvideo_decoder;
extern const FFCodec ff_rka_decoder;
extern const FFCodec ff_rl2_decoder;
extern const FFCodec ff_roq_encoder;
extern const FFCodec ff_roq_decoder;