diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-30 16:00:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-13 12:15:27 +0100 |
commit | 794566520018d65ae0678b3928fe78d5ed7a8004 (patch) | |
tree | 0879db4474c575f029c6f92f4cb9136aaf1888d5 /libavfilter/version.h | |
parent | 9d2a7c04812ae6f3db2e58570242a15ff25a335a (diff) | |
download | ffmpeg-794566520018d65ae0678b3928fe78d5ed7a8004.tar.gz |
lavfi: store and propagate number of channels information in audio buffer properties
The channels field is required since the channel layout is not always
available.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 87fe669c7c..9eda9b7270 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 22 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 23 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |