diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-11 23:50:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-11 23:50:21 +0000 |
commit | c3eabb7d2f0729cd35a58a2de71005f8fc933a09 (patch) | |
tree | a6182a93ebbc99f016dbbfbeac2315d788b870a5 /libavfilter/avfilter.h | |
parent | ba11257e48ca547d747d3b0640a8022daa4f66ac (diff) | |
download | ffmpeg-c3eabb7d2f0729cd35a58a2de71005f8fc933a09.tar.gz |
Add scale filter.
Originally committed as revision 20519 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 9048aa4daa..a2a57729a7 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 7 +#define LIBAVFILTER_VERSION_MINOR 8 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |