mirror of https://git.ffmpeg.org/ffmpeg.git
doc/libavcodec: apply misc minor typo fixes
This commit is contained in:
parent
1ba2459fbb
commit
008ace3524
|
@ -103,7 +103,7 @@ Apply interlaced motion estimation.
|
||||||
Use closed gop.
|
Use closed gop.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@item sub_id @var{integer} (@emph{})
|
@item sub_id @var{integer}
|
||||||
Deprecated, currently unused.
|
Deprecated, currently unused.
|
||||||
|
|
||||||
@item me_method @var{integer} (@emph{encoding,video})
|
@item me_method @var{integer} (@emph{encoding,video})
|
||||||
|
@ -285,7 +285,7 @@ allow non standardized experimental things
|
||||||
@item b_qoffset @var{float} (@emph{encoding,video})
|
@item b_qoffset @var{float} (@emph{encoding,video})
|
||||||
Set QP offset between P and B frames.
|
Set QP offset between P and B frames.
|
||||||
|
|
||||||
@item -err_detect @var{flags} (@emph{decoding,audio,video})
|
@item err_detect @var{flags} (@emph{decoding,audio,video})
|
||||||
Set error detection flags.
|
Set error detection flags.
|
||||||
|
|
||||||
Possible values:
|
Possible values:
|
||||||
|
@ -317,7 +317,7 @@ Use MPEG quantizers instead of H.263.
|
||||||
How to keep quantizer between qmin and qmax (0 = clip, 1 = use
|
How to keep quantizer between qmin and qmax (0 = clip, 1 = use
|
||||||
differentiable function).
|
differentiable function).
|
||||||
|
|
||||||
@item -rc_qmod_amp @var{float} (@emph{encoding,video})
|
@item rc_qmod_amp @var{float} (@emph{encoding,video})
|
||||||
Set experimental quantizer modulation.
|
Set experimental quantizer modulation.
|
||||||
|
|
||||||
@item rc_qmod_freq @var{integer} (@emph{encoding,video})
|
@item rc_qmod_freq @var{integer} (@emph{encoding,video})
|
||||||
|
@ -812,7 +812,7 @@ Deprecated, use mpegvideo private options instead
|
||||||
|
|
||||||
@item error @var{integer} (@emph{encoding,video})
|
@item error @var{integer} (@emph{encoding,video})
|
||||||
|
|
||||||
@item -qns @var{integer} (@emph{encoding,video})
|
@item qns @var{integer} (@emph{encoding,video})
|
||||||
Deprecated, use mpegvideo private options instead.
|
Deprecated, use mpegvideo private options instead.
|
||||||
|
|
||||||
@item threads @var{integer} (@emph{decoding/encoding,video})
|
@item threads @var{integer} (@emph{decoding/encoding,video})
|
||||||
|
|
Loading…
Reference in New Issue