diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-05-29 14:05:05 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-05-29 14:05:05 +0000 |
commit | 9181adff9c218e6b4b6a8e5f8c61ff99ccc3365e (patch) | |
tree | 836c217bfc292116cd6abf78a9ea771ecdfe326f | |
parent | 8261cce1f0bbaaf521a2ec7e7028cfaa6c3a5682 (diff) | |
download | ffmpeg-9181adff9c218e6b4b6a8e5f8c61ff99ccc3365e.tar.gz |
Fix VP8 listing in general.texi
backport r23306 by mstorsjo
Originally committed as revision 23375 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index a2ad3bb4a1..fbee13b2ab 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -437,7 +437,7 @@ following image formats are supported: @tab fourcc: VP50 @item On2 VP6 @tab @tab X @tab fourcc: VP60,VP61,VP62 - at item VP8 @tab @tab X +@item VP8 @tab @tab X @tab fourcc: VP80, decoding supported through external library libvpx @item planar RGB @tab @tab X @tab fourcc: 8BPS |