[SCM] libav/experimental: bump lavc version for WavPack decoder
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:51:06 UTC 2013
The following commit has been merged in the experimental branch:
commit 1dbb339db330481193325367456d57461e3b146e
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date: Wed Sep 27 04:31:39 2006 +0000
bump lavc version for WavPack decoder
Originally committed as revision 6350 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e523dae..de0d544 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -35,8 +35,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(15<<8)+0)
-#define LIBAVCODEC_VERSION 51.15.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(16<<8)+0)
+#define LIBAVCODEC_VERSION 51.16.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list