diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-17 17:19:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-19 15:28:01 +0200 |
commit | 484a3308903d3e9a01cbc0ba2504ef3f5850c076 (patch) | |
tree | e82398102b5446d1f74219dc085c3f6167d35aa8 /libavfilter/avfilter.h | |
parent | 39e69d0b88bf521097feeaa2ec5f390dd1e27723 (diff) | |
download | ffmpeg-484a3308903d3e9a01cbc0ba2504ef3f5850c076.tar.gz |
pad: make the filter parametric
Address trac issue #61.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
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 16c761ad52..f7c85daed3 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -27,7 +27,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 79 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |