diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 12:25:33 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 14:43:47 +0100 |
commit | 9d478f38cd260ad517a1daad17bae7e68a5ace3a (patch) | |
tree | cfe9112d665dd3b388ac2c5ca56dc7e7ed9067a6 /libavfilter/version.h | |
parent | 93399e9381e62f37f46031f9bb35dec596967b3a (diff) | |
download | ffmpeg-9d478f38cd260ad517a1daad17bae7e68a5ace3a.tar.gz |
lavfi/drawbox: add "width" and "height" aliases for "w" and "h" options
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index d14097c35c..19bf4b5c74 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 21 -#define LIBAVFILTER_VERSION_MICRO 103 +#define LIBAVFILTER_VERSION_MICRO 104 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |