avcodec: add Media 100i decoder

This commit is contained in:
Paul B Mahol
2022-09-21 18:22:33 +02:00
parent 9a494b82d9
commit 4b6b75c752
8 changed files with 243 additions and 1 deletions
+1
View File
@@ -194,6 +194,7 @@ extern const FFCodec ff_m101_decoder;
extern const FFCodec ff_magicyuv_encoder;
extern const FFCodec ff_magicyuv_decoder;
extern const FFCodec ff_mdec_decoder;
extern const FFCodec ff_media100_decoder;
extern const FFCodec ff_mimic_decoder;
extern const FFCodec ff_mjpeg_encoder;
extern const FFCodec ff_mjpeg_decoder;