summaryrefslogtreecommitdiffstats
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-29 00:27:25 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-29 10:20:21 +0100
commit605f1d9865d46f3db5b56b7cac343a3f33637950 (patch)
tree52e1e220abbe7879cfd533dbf3f501dfb6d870b2 /libswscale/version.h
parentcf56c20761802e7e09d35b5279afa4e9cee43b65 (diff)
downloadffmpeg-streaming-605f1d9865d46f3db5b56b7cac343a3f33637950.zip
ffmpeg-streaming-605f1d9865d46f3db5b56b7cac343a3f33637950.tar.gz
lsws: define version in SWScaler class
The version number is useful to check the libavutil version against which the library was compiled at run-time, which in turn may be useful to deal with binary compatibility issues.
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 0603b10..49e280d 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 1
-#define LIBSWSCALE_VERSION_MICRO 102
+#define LIBSWSCALE_VERSION_MICRO 103
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \
OpenPOWER on IntegriCloud