diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-12-17 22:00:12 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-12-17 22:00:12 +0000 |
commit | 9110a0e32d5eb421558145459e2a1fcc9720c170 (patch) | |
tree | 7dbd7d7b28ecd7de0e6e981b84afc82dba377930 /doc | |
parent | 95cefcb4ed4c0af96dea5fb993ee8349d1391021 (diff) | |
download | ffmpeg-9110a0e32d5eb421558145459e2a1fcc9720c170.tar.gz |
Add support for VP60 and VP61.
Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 470cfe3c10..21dbcac4a0 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -968,7 +968,7 @@ following image formats are supported: @item Sorenson Video 3 @tab @tab X @tab fourcc: SVQ3 @item On2 VP3 @tab @tab X @tab still experimental @item On2 VP5 @tab @tab X @tab fourcc: VP50 -@item On2 VP6 @tab @tab X @tab fourcc: VP62 +@item On2 VP6 @tab @tab X @tab fourcc: VP60,VP61,VP62 @item Theora @tab @tab X @tab still experimental @item Intel Indeo 3 @tab @tab X @item FLV @tab X @tab X @tab Sorenson H.263 used in Flash |