diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-07 22:56:29 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-07 22:56:29 +0000 |
commit | 1e80a0eaa4905aa043690f715843f9c01dfea913 (patch) | |
tree | 7617a9d57272fcdd93f5bc9dd49bef412f50b6dd /libavfilter/avfilter.h | |
parent | 0b90e4a240c859de1fa5e0adac99ab58307d6b73 (diff) | |
download | ffmpeg-1e80a0eaa4905aa043690f715843f9c01dfea913.tar.gz |
Remove graphparser.h header, move AVFilterInOut and
avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h.
Simplify, and less confusing for the user.
Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b12b7c7d81..544c2e93f3 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 57 +#define LIBAVFILTER_VERSION_MINOR 58 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |