summaryrefslogtreecommitdiff
path: root/libswresample/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-04 15:45:09 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-03 13:49:56 +0100
commit8bee8f778ae1f7f5aec699f53c7bfa09ef0907c7 (patch)
treec0554fd0bb2efe4737448a0d9ea884ad3e8e4091 /libswresample/version.h
parent7e93b0ba4b5a60c4ddb84aa867fe3644ac865a9d (diff)
downloadffmpeg-8bee8f778ae1f7f5aec699f53c7bfa09ef0907c7.tar.gz
lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options
Improve usability and robustness.
Diffstat (limited to 'libswresample/version.h')
-rw-r--r--libswresample/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h
index 49541c2fce..df9df480c7 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -30,7 +30,7 @@
#define LIBSWRESAMPLE_VERSION_MAJOR 0
#define LIBSWRESAMPLE_VERSION_MINOR 17
-#define LIBSWRESAMPLE_VERSION_MICRO 101
+#define LIBSWRESAMPLE_VERSION_MICRO 102
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \