diff mbox series

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

Message ID 20200828184531.29647-7-aghorui@teknik.io
State New
Headers show
Series Add FLIF decoding and demuxing support | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Anamitra Ghorui Aug. 28, 2020, 6:45 p.m. UTC
Signed-off-by: Anamitra Ghorui <aghorui@teknik.io>
---
 doc/demuxers.texi | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

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.