summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-10-12 00:24:31 +0300
committerMartin Storsjö <martin@martin.st>2014-11-07 14:50:06 +0200
commit9cbf70fa0e44613590b019cef1fe99aa3f3c5d9d (patch)
tree2ae5c15f18f7a12d6bb9519da9a5347dc2fa9a81 /libavformat/version.h
parente7d20f12c5eff5570cd897f3ce3a88456024036b (diff)
movenc: Write correct presentation timestamps in tfra
Previously we wrote decoding timestamps here, while the specs say it should be presentation timestamps. Signed-off-by: Martin Storsjö <martin@martin.st>
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 c477d5d49c..f8c5edbd9f 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 56
#define LIBAVFORMAT_VERSION_MINOR 6
-#define LIBAVFORMAT_VERSION_MICRO 3
+#define LIBAVFORMAT_VERSION_MICRO 4
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \