diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-28 00:12:23 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-28 00:12:23 +0000 |
commit | 0cf1424936ea52a9eee0ad97ebb3c63be7cebd6c (patch) | |
tree | 8a077be3ff859119b413608054ef5ba25af28dff /DOCS/tech | |
parent | 7b603cfb2c98112747d4a217dfba9629664623fa (diff) |
libgif/libungif based demuxer support for libmpdemux.
patch by Joey Parrish <joey@nicewarrior.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9130 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/formats.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/tech/formats.txt b/DOCS/tech/formats.txt index 8b80c672b4..11419b291d 100644 --- a/DOCS/tech/formats.txt +++ b/DOCS/tech/formats.txt @@ -152,3 +152,9 @@ Note, that similarity of real and asf has some background - they worked together on the (never finished/used) ASF v2 spec for some time. + + - GIF files: + The GIF format is a common format for web graphics that supports + animation. These are read through libungif or compatible library. + Variable frame delays are supported, but seeking is not supported. + Seeking will be supported once an index of gif frames can be built. |