diff options
author | Nicolas DEROUINEAU <nicolas.derouineau@vitec.com> | 2015-06-30 15:17:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-30 23:20:36 +0200 |
commit | 04a68f43488c2b6796f1e24c87122f814b785e88 (patch) | |
tree | 2549424c836171ab28d13dc081c022013400f518 /doc/codecs.texi | |
parent | 7e9c7b623f051eea2e9565a260dae071f873cb42 (diff) | |
download | ffmpeg-04a68f43488c2b6796f1e24c87122f814b785e88.tar.gz |
avcodec/h264: Greenmetadata SEI parsing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 3c035a5ecb..a2aa503695 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -475,6 +475,9 @@ per-block quantization parameter (QP) motion vector @item dct_coeff +@item green_metadata +display complexity metadata for the upcoming frame, GoP or for a given duration. + @item skip @item startcode |