diff options
author | James Almer <jamrial@gmail.com> | 2021-08-16 12:08:56 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-08-24 10:00:06 -0300 |
commit | 590a7e02f04795ef308240bb13b76f97f916b16e (patch) | |
tree | 0d48689b2ba2ec0f40dbdd20fca7c087c03fd6f5 /doc/ffprobe.xsd | |
parent | 6dd7149f4c35be1378feecbdc1c57090d095201e (diff) | |
download | ffmpeg-590a7e02f04795ef308240bb13b76f97f916b16e.tar.gz |
avcodec: add a Film Grain codec property flag
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
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"/> |