diff options
author | Tomas Härdin <git@haerdin.se> | 2023-06-08 11:57:53 +0200 |
---|---|---|
committer | Tomas Härdin <git@haerdin.se> | 2023-06-20 14:37:52 +0200 |
commit | 8e53233f68a441cb4f1177bc3c237768830ac58e (patch) | |
tree | 4ea80b82f9d1d848450f48b3f13c357af5b6c63a /libavcodec/allcodecs.c | |
parent | 4cc40c050ac671d470deeff6c47671a5dd143221 (diff) | |
download | ffmpeg-8e53233f68a441cb4f1177bc3c237768830ac58e.tar.gz |
lavc/msrleenc: Add msrle encoder
Keyframes are marked automagically
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 11c136ef59..8775d15a4f 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -228,6 +228,7 @@ extern const FFCodec ff_msmpeg4v3_encoder; extern const FFCodec ff_msmpeg4v3_decoder; extern const FFCodec ff_msmpeg4_crystalhd_decoder; extern const FFCodec ff_msp2_decoder; +extern const FFCodec ff_msrle_encoder; extern const FFCodec ff_msrle_decoder; extern const FFCodec ff_mss1_decoder; extern const FFCodec ff_mss2_decoder; |