diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 21:40:43 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 21:40:43 +0000 |
commit | fcbed3c73554d7edeb0f7431e25d64a387d65ff2 (patch) | |
tree | 6c493e67bfc11973f5753d4fe2636f9adcaaab26 /libavfilter/avfilter.h | |
parent | 51135d1d8e113aef5dbafd578460daeb92972c7f (diff) | |
download | ffmpeg-fcbed3c73554d7edeb0f7431e25d64a387d65ff2.tar.gz |
Add format and noformat filters.
Originally committed as revision 20390 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 e66bf7e091..dd3439500d 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -23,7 +23,7 @@ #define AVFILTER_AVFILTER_H #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 5 +#define LIBAVFILTER_VERSION_MINOR 6 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |