[SCM] libav/experimental: Forgot to update LIBAVCODEC_VERSION_INT

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:49:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 9c05096967e9ce6cd5d996a417d86b79da02250e
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Tue Aug 1 04:00:14 2006 +0000

    Forgot to update LIBAVCODEC_VERSION_INT
    
    Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7c0009f..6bb82de 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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list