diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-26 18:45:13 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-26 18:45:13 +0000 |
commit | fe9c20077458c228cd99d17d4f93c023a09cf598 (patch) | |
tree | 08ee0d4c5e9833fcb6cd1c5f60fe657d9d09fcc6 /libavcodec | |
parent | 31cd5a9aadf2ba387b5ca74bd69572ec3fe9bcfb (diff) | |
download | ffmpeg-fe9c20077458c228cd99d17d4f93c023a09cf598.tar.gz |
Bump minor version bump and add an APIchanges entry after addition of
CODEC_CAP_EXPERIMENTAL.
Originally committed as revision 23338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 8a6c8f967c..60aa8766f8 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 71 +#define LIBAVCODEC_VERSION_MINOR 72 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |