summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorThierry Foucu <tfoucu@gmail.com>2019-11-27 16:25:33 -0800
committerJames Almer <jamrial@gmail.com>2019-11-28 10:21:20 -0300
commiteaf566ce0b9fd33120cc564bc7cd6986de3ca724 (patch)
tree049e8064aeac709ac1ad192eb4d02c1a7b934ad8 /libavcodec/version.h
parented58f8475fa8e659abc887fcd4ef1bd886be397d (diff)
downloadffmpeg-eaf566ce0b9fd33120cc564bc7cd6986de3ca724.tar.gz
Add options for spatial layers.
Disable by default to output all the layers, to match libaomdec wrapper. Add option to select the operating point for the spatial layers. Update the documentation with the new options. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index efa9d743f7..8b9c27378c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 64
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \