summaryrefslogtreecommitdiff
path: root/libswresample/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-22 03:23:54 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-22 03:23:54 +0200
commite2b718464e92fcde3d21c6653c88ddec2ab21c3f (patch)
treec69eae690667f39c9f0b2ecd0e064a4a02bf4174 /libswresample/version.h
parent5169111145bc1d08861a059346ac8900b9aee716 (diff)
downloadffmpeg-e2b718464e92fcde3d21c6653c88ddec2ab21c3f.tar.gz
swresample: Make rematrix maxvalue user settable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 df9df480c7..8272b763b9 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 102
+#define LIBSWRESAMPLE_VERSION_MICRO 103
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \