summaryrefslogtreecommitdiff
path: root/libavresample/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-09 06:35:13 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-09 17:37:47 +0200
commit0982b0a431060039517b35af7eae14dbf1c2ce10 (patch)
tree0558d0a49a3c562baf35f74f633eff2134680942 /libavresample/version.h
parentb1f9be543687b837069be88428f798ac8ca28e8e (diff)
lavr: make avresample_read() with NULL output discard samples.
Diffstat (limited to 'libavresample/version.h')
-rw-r--r--libavresample/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/version.h b/libavresample/version.h
index 47504c9380..6211a56352 100644
--- a/libavresample/version.h
+++ b/libavresample/version.h
@@ -21,7 +21,7 @@
#define LIBAVRESAMPLE_VERSION_MAJOR 0
#define LIBAVRESAMPLE_VERSION_MINOR 0
-#define LIBAVRESAMPLE_VERSION_MICRO 1
+#define LIBAVRESAMPLE_VERSION_MICRO 2
#define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \
LIBAVRESAMPLE_VERSION_MINOR, \