[FFmpeg-devel] [PATCH v7 6/6] doc/demuxers: add entry for FLIF

Anamitra Ghorui aghorui at teknik.io
Fri Aug 28 21:45:31 EEST 2020


Signed-off-by: Anamitra Ghorui <aghorui at 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.
 
+ at 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




More information about the ffmpeg-devel mailing list