aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2025-04-19 18:39:47 +0100
committerMark Thompson <sw@jkqxz.net>2025-04-27 15:52:30 +0100
commit324330a11e158b9cd6e23f1d27e61f0b16c37b6f (patch)
tree0d3a8310b9613edc8cd90dc55a58654b2da21e2d /libavformat/version.h
parent821717c3fe1ce7fd022077669a1380634fb102d0 (diff)
downloadffmpeg-324330a11e158b9cd6e23f1d27e61f0b16c37b6f.tar.gz
lavf: APV demuxer
Demuxes raw streams as defined in draft spec section 10.2.
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 752aac16f7..b1a9ab1150 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,7 +32,7 @@
#include "version_major.h"
#define LIBAVFORMAT_VERSION_MINOR 0
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \