From dce76c20cf3c88e5f340ff529f943d264cd072c6 Mon Sep 17 00:00:00 2001
From: Mike Melanson <mike@multimedia.cx>
Date: Thu, 13 Oct 2005 04:37:06 +0000
Subject: [PATCH] documentation update

Originally committed as revision 4640 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 CREDITS             | 1 +
 Changelog           | 2 ++
 doc/ffmpeg-doc.texi | 1 +
 3 files changed, 4 insertions(+)

diff --git a/CREDITS b/CREDITS
index de374196928..95a7dd743ea 100644
--- a/CREDITS
+++ b/CREDITS
@@ -18,6 +18,7 @@ Roine Gustafsson
 David Hammerton
 Wolfgang Hesseler
 Falk Hueffner
+Steven Johnson
 Zdenek Kabelac
 Robin Kay
 Todd Kirby
diff --git a/Changelog b/Changelog
index f3e9a6344c8..fb0efa24f75 100644
--- a/Changelog
+++ b/Changelog
@@ -20,6 +20,8 @@ version <next>
 - Sonic audio encoder/decoder
 - Vorbis decoder
 - Macromedia ADPCM decoder
+- Duck TrueMotion 2 decoder
+- Support for decoding FLX and DTA extensions in FLIC files
 
 version 0.4.9-pre1:
 
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 3dd423c13f2..0b2560af524 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -771,6 +771,7 @@ following image formats are supported:
 @item Planar RGB             @tab     @tab  X @tab fourcc: 8BPS
 @item FLIC video             @tab     @tab  X
 @item Duck TrueMotion v1     @tab     @tab  X @tab fourcc: DUCK
+@item Duck TrueMotion v2     @tab     @tab  X @tab fourcc: TM20
 @item VMD Video              @tab     @tab  X @tab Used in Sierra VMD files.
 @item MSZH                   @tab     @tab  X @tab Part of LCL
 @item ZLIB                   @tab  X  @tab  X @tab Part of LCL, encoder experimental
-- 
GitLab