diff options
author | David Conrad <lessen42@gmail.com> | 2010-05-19 20:13:50 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-05-19 20:13:50 +0000 |
commit | 7382617a2f2f1d08d19ebbaf29d5279a34fe023d (patch) | |
tree | f8780832358e4b0ab4e9877b3e1b4e7d145a2229 /libavcodec/avcodec.h | |
parent | 6c7c62939be2114cb5cddb2eaf9e711b93b70b60 (diff) | |
download | ffmpeg-7382617a2f2f1d08d19ebbaf29d5279a34fe023d.tar.gz |
Bump minor version for CODEC_ID_VP8
Originally committed as revision 23194 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 e14711fded..ec39dac109 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 67 +#define LIBAVCODEC_VERSION_MINOR 68 #define LIBAVCODEC_VERSION_MICRO 2 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |