summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-10-24 05:47:05 -0500
committerRodger Combs <rodger.combs@gmail.com>2016-10-24 05:47:05 -0500
commit73ead477ddd9dbfbe6f7e8d3fc90ebfd21b271b0 (patch)
tree4cc52b1e6f271696e3acbdc4778d3718eb1e9496 /doc
parent3b3f979894a0aca01245fcaa2e4ff06f5f839e54 (diff)
lavf: add AV_DISPOSITION_TIMED_THUMBNAILS
Reviewed-By: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
-rw-r--r--doc/ffprobe.xsd1
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5017eb41fe..eaa6e5673a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-10-24 - xxxxxxx - lavf 57.55.100 - avformat.h
+ Add AV_DISPOSITION_TIMED_THUMBNAILS
+
2016-10-24 - xxxxxxx - lavf 57.54.100 - avformat.h
Add avformat_init_output() and AVSTREAM_INIT_IN_ macros
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index ac0347f015..f64656adf1 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -166,6 +166,7 @@
<xsd:attribute name="visual_impaired" type="xsd:int" use="required" />
<xsd:attribute name="clean_effects" type="xsd:int" use="required" />
<xsd:attribute name="attached_pic" type="xsd:int" use="required" />
+ <xsd:attribute name="timed_thumbnails" type="xsd:int" use="required" />
</xsd:complexType>
<xsd:complexType name="streamType">