summaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-09-14 09:35:10 +0200
committerClément Bœsch <u@pkh.me>2014-09-27 17:32:13 +0200
commitff5f5cbb4653b2a21da72103569b1e861b77b965 (patch)
treecf6dff546b77e543038d21fc5c01c3115c8038ca /libavformat/version.h
parente58fc44649d07d523fcd17aa10d9eb0d3a5ef3f4 (diff)
downloadffmpeg-streaming-ff5f5cbb4653b2a21da72103569b1e861b77b965.zip
ffmpeg-streaming-ff5f5cbb4653b2a21da72103569b1e861b77b965.tar.gz
avformat/assdec: output ASS packets
After this the order from the original file is stored through readorder when doing ffmpeg -i input.ass -c copy output.mkv. And now that the ASS muxer honors the ReadOrder, extracting the ass back (without transcoding) restores the original order.
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 bdbf4a6..0bf2aac 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 56
#define LIBAVFORMAT_VERSION_MINOR 7
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
OpenPOWER on IntegriCloud