diff options
author | Martin Storsjö <martin@martin.st> | 2014-05-29 17:39:28 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-06-04 12:21:10 +0300 |
commit | 95b7fa1729b93bbb3f4fb85a5c0cb53cf970c3c7 (patch) | |
tree | ae9e14a905f5d7cd900678d77ccb4b1d993cec1c /libavformat/version.h | |
parent | d5a55981986ac5d1a31aef3a8d16eaff8534a412 (diff) | |
download | ffmpeg-95b7fa1729b93bbb3f4fb85a5c0cb53cf970c3c7.tar.gz |
oggenc: Support flushing the muxer
This allows the caller to write all buffered data to disk, allowing
the caller to know at what byte position in the file a certain
packet starts (any packet written after the flush will be located
after that byte position).
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 0a9cb06f79..57970cd250 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MINOR 19 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |