diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-28 01:01:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-28 01:01:09 +0000 |
commit | b5670209438481f21addc8b7c4891627dd5ddac7 (patch) | |
tree | 69b199d9dd349c1ad56a9b1a964ede545d662864 /libavfilter/avfilter.h | |
parent | 28e5d45c68cf4f3fb517b08b7a7f3cc979536e0c (diff) | |
download | ffmpeg-b5670209438481f21addc8b7c4891627dd5ddac7.tar.gz |
Add copy filter, useful for testing the avfilter_draw_slice() copy
code.
Originally committed as revision 26112 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 c52aeab35b..02b513fb75 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -27,7 +27,7 @@ #include "libavcore/samplefmt.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 71 +#define LIBAVFILTER_VERSION_MINOR 72 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |