diff options
author | Daniel Verkamp <daniel@drv.nu> | 2010-01-31 13:34:28 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2010-01-31 13:34:28 +0000 |
commit | 315c8d6c4e95689f477acf521ee15ec74074b828 (patch) | |
tree | ada541c23009c6f7366979398efc5698c4577620 | |
parent | 40da0b3691798053842b19d7c7e030f914725fde (diff) | |
download | ffmpeg-315c8d6c4e95689f477acf521ee15ec74074b828.tar.gz |
libavcodec version bump for Bink codec IDs (r21536)
Originally committed as revision 21572 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 eafd642123..4318dbfaf2 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 50 +#define LIBAVCODEC_VERSION_MINOR 51 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |