diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-26 20:21:25 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-26 20:21:25 +0000 |
commit | 822005ed45b994a30cd190312a74f1b144b6cd4a (patch) | |
tree | 58fe8c7ff08a2f8503f07b30981cf32c64ce9f4f /libavfilter/avfilter.h | |
parent | e1b6bdbb834fed855a810a1003aa73842f4db456 (diff) | |
download | ffmpeg-822005ed45b994a30cd190312a74f1b144b6cd4a.tar.gz |
Implement avfilter_graph_check_validity().
Originally committed as revision 16809 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 f0d221c56b..61ce1ad27a 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -23,7 +23,7 @@ #define AVFILTER_AVFILTER_H #define LIBAVFILTER_VERSION_MAJOR 0 -#define LIBAVFILTER_VERSION_MINOR 2 +#define LIBAVFILTER_VERSION_MINOR 3 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |