summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-11-10 22:25:30 +0100
committerLukasz Marek <lukasz.m.luki2@gmail.com>2014-11-16 01:13:38 +0100
commiteec693328a09f0dc6cbe398c199d093405ba7cf9 (patch)
treef97b6edfd2fda25dc54d3d007a33fd7c9c461e8e /doc/APIchanges
parent01974a58df40f183c46b1cf3e37edb020716c8be (diff)
lavu/opt: introduce av_opt_is_set_to_default()
New function allows to check if option is set to its default value Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7c5ab9b870..079bfb5db2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2014-11-16 - xxxxxxx - lavu 54.12.0 - opt.h
+ Add av_opt_is_set_to_default().
+
2014-11-xx - xxxxxxx - lavc 56.6.0 - vorbis_parser.h
Add a public API for parsing vorbis packets.