diff options
author | James Zern <jzern@google.com> | 2010-06-03 20:47:59 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-06-03 20:47:59 +0000 |
commit | ee0e91462ce299151a856bddc4f5ba9fb170d233 (patch) | |
tree | 366b72f61f3e6da7bc7e67dabe0366880b201d59 /doc | |
parent | f1dfaa7a8262766f97f3293457fd830c091af99d (diff) | |
download | ffmpeg-ee0e91462ce299151a856bddc4f5ba9fb170d233.tar.gz |
VP8 encoding via libvpx.
Patch by James Zern, Google, Inc.
Originally committed as revision 23449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 94c66f44e5..30d2cd2413 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -439,8 +439,8 @@ following image formats are supported: @tab fourcc: VP50 @item On2 VP6 @tab @tab X @tab fourcc: VP60,VP61,VP62 -@item VP8 @tab @tab X - @tab fourcc: VP80, decoding supported through external library libvpx +@item VP8 @tab X @tab X + @tab fourcc: VP80, de/encoding supported through external library libvpx @item planar RGB @tab @tab X @tab fourcc: 8BPS @item Q-team QPEG @tab @tab X |