From 9cbf70fa0e44613590b019cef1fe99aa3f3c5d9d Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 12 Oct 2014 00:24:31 +0300 Subject: movenc: Write correct presentation timestamps in tfra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously we wrote decoding timestamps here, while the specs say it should be presentation timestamps. Signed-off-by: Martin Storsjö --- libavformat/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/version.h') 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, \ -- cgit v1.2.3