mirror of https://git.ffmpeg.org/ffmpeg.git
doc/codecs: Document color_range for the input side
Partly fixes Ticket 443 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
55a07cf49c
commit
8623aba043
|
@ -1045,7 +1045,11 @@ Possible values:
|
|||
@item color_primaries @var{integer} (@emph{decoding/encoding,video})
|
||||
@item color_trc @var{integer} (@emph{decoding/encoding,video})
|
||||
@item colorspace @var{integer} (@emph{decoding/encoding,video})
|
||||
|
||||
@item color_range @var{integer} (@emph{decoding/encoding,video})
|
||||
If used as input parameter, it serves as a hint to the decoder, which
|
||||
color_range the input has.
|
||||
|
||||
@item chroma_sample_location @var{integer} (@emph{decoding/encoding,video})
|
||||
|
||||
@item log_level_offset @var{integer}
|
||||
|
|
Loading…
Reference in New Issue