diff options
author | Martin Storsjö <martin@martin.st> | 2013-09-09 15:04:57 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-09-17 23:30:31 +0300 |
commit | e7bf085b78586a04b918f4e76587779d04674700 (patch) | |
tree | b100ea00cb70609d310df790ae53435687181256 /libavformat/version.h | |
parent | a4adabb460ace39783d707a5b3bbe28b4b5b9dc4 (diff) | |
download | ffmpeg-e7bf085b78586a04b918f4e76587779d04674700.tar.gz |
movenc: Add an option for omitting the tfhd base offset
This makes the output fragments independent of their position in
the output stream, making the output work better when streamed.
QuickTime Player doesn't support fragmented mp4 without the base
data offset, though.
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 38c959ff97..53ce0606d4 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVFORMAT_VERSION_MAJOR 55 -#define LIBAVFORMAT_VERSION_MINOR 4 +#define LIBAVFORMAT_VERSION_MINOR 5 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |