aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2020-01-26 03:36:54 +0000
committerPaul B Mahol <onemda@gmail.com>2020-01-26 10:24:00 +0100
commitdc3aa376dcea2bf53e1188971eee10ca90764e99 (patch)
treec5b1208d3fb5bedd31a6ca87a82a8c9a96e1a5b3 /libavformat/version.h
parentbf890ae0d7803492a729c2c8f2a5c907ade2a9f8 (diff)
downloadffmpeg-dc3aa376dcea2bf53e1188971eee10ca90764e99.tar.gz
avformat: add demuxer for argonaut games' ASF format
Adds support for the custom ASF container used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Can also handle the sample files in: https://samples.ffmpeg.org/game-formats/brender/part2.zip Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 8be0c41411..f72fb9478a 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,8 +32,8 @@
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58
-#define LIBAVFORMAT_VERSION_MINOR 35
-#define LIBAVFORMAT_VERSION_MICRO 104
+#define LIBAVFORMAT_VERSION_MINOR 36
+#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \