[SCM] libav/experimental: Bump minor version after the addition of sws_alloc_context() and sws_init_context() of r32368.

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


The following commit has been merged in the experimental branch:
commit c508ab6736bc2a2ec27dcea4cb6336b737a68936
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue Sep 28 15:29:23 2010 +0000

    Bump minor version after the addition of sws_alloc_context() and
    sws_init_context() of r32368.
    
    Originally committed as revision 32396 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 13e8072..d189534 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBSWSCALE_VERSION_MAJOR 0
-#define LIBSWSCALE_VERSION_MINOR 11
+#define LIBSWSCALE_VERSION_MINOR 12
 #define LIBSWSCALE_VERSION_MICRO 0
 
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list