diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-09-17 12:31:21 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-09-18 12:30:01 +0200 |
commit | 44ab77db9efaa41f968b9e90aa8b58e9d416a48a (patch) | |
tree | cad55148554ac543563885fa86607367a70e7f5e /libavfilter/avfilter.h | |
parent | 07631deeeeb4ee805714444c3a0bf9fb4941f8b5 (diff) | |
download | ffmpeg-44ab77db9efaa41f968b9e90aa8b58e9d416a48a.tar.gz |
asrc_anullsrc: extend syntax to make it accept a non positional list of arguments
The new syntax is more extensible and more user-friendly.
This breaks the previous syntax, should not be an issue as possibly
no-one is already using anullsrc.
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 19eaf4e584..9857c0fb45 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MINOR 43 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |