Signed-off-by: Anamitra Ghorui <agho...@teknik.io> --- doc/demuxers.texi | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 3c15ab9eee..69b2ce5025 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -243,6 +243,15 @@ which streams to actually receive. Each stream mirrors the @code{id} and @code{bandwidth} properties from the @code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively. +@section flif + +FLIF non-animated/animated image demuxer. + +This decoder allows libavformat to demux non-animated and animated FLIF images +as per the current FLIF16 Specification. +The entirety of the file is attempted to be read at once. No timestamps are set +for the format due to its nature. + @section flv, live_flv Adobe Flash Video Format demuxer. -- 2.28.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".