Signed-off-by: Anamitra Ghorui <[email protected]> --- doc/decoders.texi | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/doc/decoders.texi b/doc/decoders.texi index 9005714e3c..77e93ab80a 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -86,6 +86,14 @@ AVS2-P2/IEEE1857.4 video decoder wrapper. This decoder allows libavcodec to decode AVS2 streams with davs2 library. +@section flif16 + +FLIF16 non-animated/animated image decoder. + +This decoder allows libavcodec to decode non-animated and animated FLIF images +as per the FLIF16 Specification. Interlaced images are always decoded to the +highest quality (zoom) level. + @c man end VIDEO DECODERS @chapter Audio Decoders -- 2.28.0 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
