diff options
author | Mark Himsley <mark@mdsh.com> | 2011-04-10 19:18:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-26 07:37:41 +0200 |
commit | 2f84bb4236accadffdfad30a5ec0d80e72449f15 (patch) | |
tree | faf31dfa3c6221807de056d699e8bfeb8de80ea4 /libavfilter/avfilter.h | |
parent | 68e23c083a5d907748481e962ee38abbcb167174 (diff) | |
download | ffmpeg-2f84bb4236accadffdfad30a5ec0d80e72449f15.tar.gz |
lavfi: add fieldorder filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 7505c2eecd..19f9f6923a 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #include "libavutil/samplefmt.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 0 +#define LIBAVFILTER_VERSION_MINOR 1 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |