[SCM] libav/experimental: Bump minor version as av_log_missing_feature() was added to public API in r14685

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:27:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 697c7cd44be1ecd351bc790fbcd3a46449d63f7d
Author: Robert Swain <robert.swain at gmail.com>
Date:   Sun Aug 10 22:18:46 2008 +0000

    Bump minor version as av_log_missing_feature() was added to public API in
    r14685
    
    Originally committed as revision 14686 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b141e32..d932c79 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 51
-#define LIBAVCODEC_VERSION_MINOR 63
+#define LIBAVCODEC_VERSION_MINOR 64
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list