mirror of https://git.ffmpeg.org/ffmpeg.git
Make avfiltergraph.h public.
Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
906eaab460
commit
5aaea022ab
|
@ -13,6 +13,9 @@ libavutil: 2009-03-08
|
||||||
|
|
||||||
API changes, most recent first:
|
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
|
2010-11-13 - r25737 - lavfi 1.61.0 - avfiltergraph.h
|
||||||
Remove declarations from avfiltergraph.h for the functions:
|
Remove declarations from avfiltergraph.h for the functions:
|
||||||
avfilter_graph_check_validity()
|
avfilter_graph_check_validity()
|
||||||
|
|
|
@ -4,7 +4,7 @@ NAME = avfilter
|
||||||
FFLIBS = avcodec avcore avutil
|
FFLIBS = avcodec avcore avutil
|
||||||
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
||||||
|
|
||||||
HEADERS = avfilter.h
|
HEADERS = avfilter.h avfiltergraph.h
|
||||||
|
|
||||||
OBJS = allfilters.o \
|
OBJS = allfilters.o \
|
||||||
avfilter.o \
|
avfilter.o \
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include "libavutil/avutil.h"
|
#include "libavutil/avutil.h"
|
||||||
|
|
||||||
#define LIBAVFILTER_VERSION_MAJOR 1
|
#define LIBAVFILTER_VERSION_MAJOR 1
|
||||||
#define LIBAVFILTER_VERSION_MINOR 61
|
#define LIBAVFILTER_VERSION_MINOR 62
|
||||||
#define LIBAVFILTER_VERSION_MICRO 0
|
#define LIBAVFILTER_VERSION_MICRO 0
|
||||||
|
|
||||||
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
|
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
|
||||||
|
|
Loading…
Reference in New Issue