diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-23 23:45:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-23 23:45:21 +0000 |
commit | 39c07b8e44e2c93fb6b1fc5d8f5d696a64e47eee (patch) | |
tree | 22bd6a097e12c78cba94da698407305fa8ae5a58 /libavfilter/avfilter.h | |
parent | cacb82134e486284438ff23395faa746f461e657 (diff) | |
download | ffmpeg-39c07b8e44e2c93fb6b1fc5d8f5d696a64e47eee.tar.gz |
Implement in AVFilterGraph the scale_sws_opts field, and pass its
value in the args for the auto-inserted scale filters.
Originally committed as revision 17547 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 61ce1ad27a..9f455bb447 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -23,7 +23,7 @@ #define AVFILTER_AVFILTER_H #define LIBAVFILTER_VERSION_MAJOR 0 -#define LIBAVFILTER_VERSION_MINOR 3 +#define LIBAVFILTER_VERSION_MINOR 4 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |