diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-18 21:29:37 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-18 21:29:37 +0000 |
commit | 43945b2766befcb4b2a5eb9b57fd9c25d9f4c849 (patch) | |
tree | 13ca8c4af24edf3a5db22b7438dbbabf21e33803 /libavfilter/avfilter.h | |
parent | ff0652e5036fd30cf518891d2158acbafea191fc (diff) | |
download | ffmpeg-43945b2766befcb4b2a5eb9b57fd9c25d9f4c849.tar.gz |
Add transpose filter.
Originally committed as revision 25525 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 94928c5cd2..5ce46419f6 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 52 +#define LIBAVFILTER_VERSION_MINOR 53 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |