[SCM] libav/experimental: New RM format deserves small version bump
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:08:36 UTC 2013
The following commit has been merged in the experimental branch:
commit fe7e750fb519e6989136ba081d5c37aee8a51298
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date: Sun Oct 21 17:26:02 2007 +0000
New RM format deserves small version bump
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 16f6119..eca20c8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -33,8 +33,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0)
-#define LIBAVCODEC_VERSION 51.46.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+1)
+#define LIBAVCODEC_VERSION 51.46.1
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2897188..e3cc467 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -21,8 +21,8 @@
#ifndef FFMPEG_AVFORMAT_H
#define FFMPEG_AVFORMAT_H
-#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+0)
-#define LIBAVFORMAT_VERSION 51.16.0
+#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+1)
+#define LIBAVFORMAT_VERSION 51.16.1
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list