summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorFred Rothganger <frothga@sandia.gov>2014-03-11 17:58:34 -0600
committerMichael Niedermayer <michaelni@gmx.at>2014-03-12 13:33:14 +0100
commit3f3229cd109f5cdf1f1d6fe26f2864e32e029b53 (patch)
tree4d0a2895c5ac1e1e3fc529a439f6b5d1b1ba6790 /libavformat/version.h
parent581957cd8618f07d824da1b9f6ae1c97531b03ab (diff)
avformat: extracting NTP timestamp from RTCP
For muxing, it accepts both 0 and AV_NOPTS_VALUE. For demuxing, it will present AV_NOPTS_VALUE when start_time_realtime is unknown. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 f9fc9d8302..e0d3fc8ba8 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 55
#define LIBAVFORMAT_VERSION_MINOR 34
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \