diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-11 14:00:40 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-11 14:00:40 +0000 |
commit | 214c0d420b696318329aa7da0aeb439970e5bb79 (patch) | |
tree | 769e99965d6ae0d64ffad56c817980a83108c9ef /libavfilter/avfilter.h | |
parent | ad64a807a9bb4b6b89d6b09401f857b1b6c8f96f (diff) | |
download | ffmpeg-214c0d420b696318329aa7da0aeb439970e5bb79.tar.gz |
Implement settb filter.
Originally committed as revision 25445 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 e1b093a81f..13b6d024a1 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 49 +#define LIBAVFILTER_VERSION_MINOR 50 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |