diff options
author | James Zern <jzern@google.com> | 2010-05-25 01:19:08 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-25 01:19:08 +0000 |
commit | 8299a7f81974db82ed7bbe3469c25f386ff4effd (patch) | |
tree | cabf1eba5dbeb77cf9d6bd89904a6adb9d850fb5 /doc | |
parent | ce2a9bc3c86e6e0bfa9bf058bc8157acda88aea0 (diff) | |
download | ffmpeg-8299a7f81974db82ed7bbe3469c25f386ff4effd.tar.gz |
VP8 decoding via libvpx.
Patch by James Zern for Google, Inc., jzern google com
Originally committed as revision 23303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 809bf933c3..f86c153171 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -437,6 +437,8 @@ 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 + @tab fourcc: VP80, decoding supported through external library libvpx @item planar RGB @tab @tab X @tab fourcc: 8BPS @item Q-team QPEG @tab @tab X |