summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2017-02-13 11:40:22 +0100
committerwm4 <nfxjfg@googlemail.com>2017-03-02 10:32:12 +0100
commit554bc4eea8aa71d5c017289a036b49313882f7e6 (patch)
tree4eb93a93845ae7f910a56dcf891e74e90b1ab477 /libavcodec/version.h
parent3733039610d76231e404ebf089f0ff2b9d8e5490 (diff)
downloadffmpeg-554bc4eea8aa71d5c017289a036b49313882f7e6.tar.gz
avcodec, avutil, avformat: remove AVOption requirement for some fields
Allow all struct fields to be accessed directly, as long as they're public. Before this change, many fields were "public", but could be accessed via AVOption only. This meant they were effectively not public, but were present for documentation purposes, which was incredibly confusing at best.
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 c027e6c3cb..3b4c253146 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 81
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \