From 9c05096967e9ce6cd5d996a417d86b79da02250e Mon Sep 17 00:00:00 2001 From: Kostya Shishkov <kostya.shishkov@gmail.com> Date: Tue, 1 Aug 2006 04:00:14 +0000 Subject: [PATCH] Forgot to update LIBAVCODEC_VERSION_INT Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7c0009fc1be..6bb82dec40c 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 -- GitLab