summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-13 09:51:22 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-13 09:51:22 +0000
commit5aaea022abd257469e1693dd6b21ce64b7054983 (patch)
treeb3e4bdee7be0f5b5b141236a68595184555cc242
parent906eaab46042f6fc073697679d6d24c8c2592fe3 (diff)
downloadffmpeg-streaming-5aaea022abd257469e1693dd6b21ce64b7054983.zip
ffmpeg-streaming-5aaea022abd257469e1693dd6b21ce64b7054983.tar.gz
Make avfiltergraph.h public.
Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/APIchanges3
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/avfilter.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 730d5a6..6e7fbc1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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()
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index f5465b25d..254d4db 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -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 \
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 8ed2cef..5021fa0 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -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, \
OpenPOWER on IntegriCloud