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 /libavcodec/avcodec.h | |
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 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 243f34d9cb..b37329d35c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 73 +#define LIBAVCODEC_VERSION_MINOR 74 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |