aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-07-11 23:05:53 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-07-11 23:05:53 +0200
commit0fff7f039c148a91dde41772d2dc26dd0efb5f89 (patch)
treedcd5583fde5ad787a598575b34a327316b8b0700 /libavformat/version.h
parent43d36599fe3330913c6be9da5519dee048263dc9 (diff)
downloadffmpeg-0fff7f039c148a91dde41772d2dc26dd0efb5f89.tar.gz
Supply a User-Agent header when opening rtsp streams.
Some rtsp servers like the IP Cam IcyBox IB-CAM2002 need it. Fixes ticket #2761. Reported, analyzed and tested by trac user imavra.
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 55e5f4c137..ed1c1966ec 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 55
#define LIBAVFORMAT_VERSION_MINOR 12
-#define LIBAVFORMAT_VERSION_MICRO 101
+#define LIBAVFORMAT_VERSION_MICRO 102
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \