[FFmpeg-cvslog] r25740 - in trunk: doc/APIchanges libavfilter/Makefile libavfilter/avfilter.h

stefano subversion
Sat Nov 13 10:51:22 CET 2010


Author: stefano
Date: Sat Nov 13 10:51:22 2010
New Revision: 25740

Log:
Make avfiltergraph.h public.

Modified:
   trunk/doc/APIchanges
   trunk/libavfilter/Makefile
   trunk/libavfilter/avfilter.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Sat Nov 13 10:20:32 2010	(r25739)
+++ trunk/doc/APIchanges	Sat Nov 13 10:51:22 2010	(r25740)
@@ -13,6 +13,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-11-13 - r25739 - lavfi 1.62.0 - avfiltergraph.h
+  Make avfiltergraph.h public.
+
 2010-11-13 - r25737 - lavfi 1.61.0 - avfiltergraph.h
   Remove declarations from avfiltergraph.h for the functions:
   avfilter_graph_check_validity()

Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile	Sat Nov 13 10:20:32 2010	(r25739)
+++ trunk/libavfilter/Makefile	Sat Nov 13 10:51:22 2010	(r25740)
@@ -4,7 +4,7 @@ NAME = avfilter
 FFLIBS = avcodec avcore avutil
 FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
 
-HEADERS = avfilter.h
+HEADERS = avfilter.h avfiltergraph.h
 
 OBJS = allfilters.o                                                     \
        avfilter.o                                                       \

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Sat Nov 13 10:20:32 2010	(r25739)
+++ trunk/libavfilter/avfilter.h	Sat Nov 13 10:51:22 2010	(r25740)
@@ -25,7 +25,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  1
-#define LIBAVFILTER_VERSION_MINOR 61
+#define LIBAVFILTER_VERSION_MINOR 62
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list