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 /libavcodec/avcodec.h | |
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 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cd642ac876..435b0fb702 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,8 +30,8 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 68 -#define LIBAVCODEC_VERSION_MICRO 3 +#define LIBAVCODEC_VERSION_MINOR 69 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |