summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-08-16 12:08:56 -0300
committerJames Almer <jamrial@gmail.com>2021-08-24 10:00:06 -0300
commit590a7e02f04795ef308240bb13b76f97f916b16e (patch)
tree0d48689b2ba2ec0f40dbdd20fca7c087c03fd6f5 /doc
parent6dd7149f4c35be1378feecbdc1c57090d095201e (diff)
avcodec: add a Film Grain codec property flag
Signed-off-by: James Almer <jamrial@gmail.com>
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 fe7b874881..63bf95233f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-08-24 - xxxxxxxxxx - lavc 59.6.100 - avcodec.h
+ Add FF_CODEC_PROPERTY_FILM_GRAIN
+
2021-08-20 - xxxxxxxxxx - lavfi 8.3.100 - avfilter.H
Add avfilter_filter_pad_count() as a replacement for avfilter_pad_count().
Deprecate avfilter_pad_count().
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 0235070a7b..79784b5146 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -223,6 +223,7 @@
<xsd:attribute name="coded_width" type="xsd:int"/>
<xsd:attribute name="coded_height" type="xsd:int"/>
<xsd:attribute name="closed_captions" type="xsd:boolean"/>
+ <xsd:attribute name="film_grain" type="xsd:boolean"/>
<xsd:attribute name="has_b_frames" type="xsd:int"/>
<xsd:attribute name="sample_aspect_ratio" type="xsd:string"/>
<xsd:attribute name="display_aspect_ratio" type="xsd:string"/>