diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-08-01 04:00:14 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-08-01 04:00:14 +0000 |
commit | 9c05096967e9ce6cd5d996a417d86b79da02250e (patch) | |
tree | b23ccf59e536ff3a8215edc00971d73b00024db1 | |
parent | ba32c8dfd9efd5a9e595e4575425d39a333057fb (diff) | |
download | ffmpeg-9c05096967e9ce6cd5d996a417d86b79da02250e.tar.gz |
Forgot to update LIBAVCODEC_VERSION_INT
Originally committed as revision 5877 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 7c0009fc1b..6bb82dec40 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -17,7 +17,7 @@ extern "C" { #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0) +#define LIBAVCODEC_VERSION_INT ((51<<16)+(11<<8)+0) #define LIBAVCODEC_VERSION 51.11.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT |