summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-07-05 18:33:30 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-08-16 17:58:58 +0200
commitfaf7c356554d54be0ddb5f989791407e23753549 (patch)
tree03f1afd7620efa12466dd3b906b93a4d3f0c4dd4 /libavformat/version.h
parent29852ffc64edc407d8d9f59651e2f4da85ebb6ca (diff)
lavf/tee: add support for bitstream filtering
This allows to apply different bitstream filters to different outputs, with no need to transcode.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 8b206546a7..731f8005d8 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 55
#define LIBAVFORMAT_VERSION_MINOR 13
-#define LIBAVFORMAT_VERSION_MICRO 102
+#define LIBAVFORMAT_VERSION_MICRO 103
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \