diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-05-24 18:21:05 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-05-24 18:23:53 +0200 |
commit | 7c333dc6a7fe1dc991f484c70ed7990d6ee62724 (patch) | |
tree | e6a0515e0fd11049db015a8b3719bf3a323f3df3 /doc | |
parent | 50df4c958b641e3ee3114e1eb659a151d34d2ac1 (diff) | |
download | ffmpeg-7c333dc6a7fe1dc991f484c70ed7990d6ee62724.tar.gz |
doc/codecs: Remove option sc_factor.
Fixes ticket #7228.
The option was disabled since 4a62f477 and removed in 6e69525e.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codecs.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index c9b9a1136d..3770f4f53b 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -986,10 +986,6 @@ Set chroma qp offset from luma. @item trellis @var{integer} (@emph{encoding,audio,video}) Set rate-distortion optimal quantization. -@item sc_factor @var{integer} (@emph{encoding,video}) -Set value multiplied by qscale for each frame and added to -scene_change_score. - @item mv0_threshold @var{integer} (@emph{encoding,video}) @item b_sensitivity @var{integer} (@emph{encoding,video}) Adjust sensitivity of b_frame_strategy 1. |