diff options
author | Thierry Foucu <tfoucu@gmail.com> | 2019-11-27 16:25:33 -0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-11-28 10:21:20 -0300 |
commit | eaf566ce0b9fd33120cc564bc7cd6986de3ca724 (patch) | |
tree | 049e8064aeac709ac1ad192eb4d02c1a7b934ad8 /libavcodec/version.h | |
parent | ed58f8475fa8e659abc887fcd4ef1bd886be397d (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |