mirror of https://git.ffmpeg.org/ffmpeg.git
doc/encoders: fix typos in the vc2 encoder documentation
Thanks to RiCON for pointing these out. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
5da6bed1e0
commit
d119268ed2
|
@ -2526,7 +2526,7 @@ encoder use CAVLC instead of CABAC.
|
||||||
SMPTE VC-2 (previously BBC Dirac Pro). This codec was primarily aimed at
|
SMPTE VC-2 (previously BBC Dirac Pro). This codec was primarily aimed at
|
||||||
professional broadcasting but since it supports yuv420, yuv422 and yuv444 at
|
professional broadcasting but since it supports yuv420, yuv422 and yuv444 at
|
||||||
8 (limited range or full range), 10 or 12 bits, this makes it suitable for
|
8 (limited range or full range), 10 or 12 bits, this makes it suitable for
|
||||||
other tasts which require low overhead and low compression (like screen
|
other tasks which require low overhead and low compression (like screen
|
||||||
recording).
|
recording).
|
||||||
|
|
||||||
@subsection Options
|
@subsection Options
|
||||||
|
@ -2581,7 +2581,7 @@ reduce perception. Use in bogus benchmarks.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
@var{color}
|
@var{color}
|
||||||
Reduces detail but attempts to preserver color at extremely low bitrates.
|
Reduces detail but attempts to preserve color at extremely low bitrates.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Reference in New Issue