changeset 4731:93fca53ce2e2 libavcodec

increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
author bcoudurier
date Sun, 25 Mar 2007 20:52:45 +0000
parents ccbe8d386410
children 8583aa3c21bc
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Sun Mar 25 16:43:59 2007 +0000
+++ b/avcodec.h	Sun Mar 25 20:52:45 2007 +0000
@@ -37,8 +37,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(40<<8)+0)
-#define LIBAVCODEC_VERSION      51.40.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(40<<8)+1)
+#define LIBAVCODEC_VERSION      51.40.1
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)