[SCM] libav/experimental: bump lavcodec minor version for amr-wb decoder in r26051

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:37 UTC 2013


The following commit has been merged in the experimental branch:
commit d09b5a869fea0de5c2f43c547f8ccba8f4740293
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sat Dec 18 05:15:32 2010 +0000

    bump lavcodec minor version for amr-wb decoder in r26051
    
    Originally committed as revision 26052 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ecfc28b..9c111bb 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -32,8 +32,8 @@
 #include "libavutil/cpu.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 99
-#define LIBAVCODEC_VERSION_MICRO  1
+#define LIBAVCODEC_VERSION_MINOR 100
+#define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list