summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-08-01 04:00:14 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-08-01 04:00:14 +0000
commit9c05096967e9ce6cd5d996a417d86b79da02250e (patch)
treeb23ccf59e536ff3a8215edc00971d73b00024db1 /libavcodec/avcodec.h
parentba32c8dfd9efd5a9e595e4575425d39a333057fb (diff)
Forgot to update LIBAVCODEC_VERSION_INT
Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
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