diff options
author | Martin Storsjö <martin@martin.st> | 2014-10-29 11:53:21 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-10-29 23:04:04 +0200 |
commit | cf589faa5b7aed3bb38e08dcd00bd951e69686d1 (patch) | |
tree | 67418482cfcc8daf59aedfeef9394d28177efe90 /libavformat/version.h | |
parent | 600d5ee6b12bad144756b0772319bb04796bc528 (diff) | |
download | ffmpeg-cf589faa5b7aed3bb38e08dcd00bd951e69686d1.tar.gz |
movenc: Add a flag for using default-base-is-moof in tfhd atoms
Similarly to the omit_tfhd_offset flag added in e7bf085b, this
avoids writing absolute byte positions to the file, making them
more easily streamable.
This is a new feature from 14496-12:2012, so application support
isn't necessarily too widespread yet (support for it in libav was
added in 20f95f21f in July 2014).
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 8e083119e7..dfb6089408 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 1 +#define LIBAVFORMAT_VERSION_MICRO 2 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |