summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-30 16:00:05 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-11-13 12:15:27 +0100
commit794566520018d65ae0678b3928fe78d5ed7a8004 (patch)
tree0879db4474c575f029c6f92f4cb9136aaf1888d5 /libavfilter/version.h
parent9d2a7c04812ae6f3db2e58570242a15ff25a335a (diff)
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.h4
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, \