diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-25 18:54:02 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:01 -0300 |
commit | 78ce00428fda34cdf8a1eba998aa3d2deafb8689 (patch) | |
tree | 9a389304936559a571f329310851c522cbd1604e /doc/codecs.texi | |
parent | 6cf0cb8935f515a7b5f79d2e3cf02bd0764943bf (diff) | |
download | ffmpeg-78ce00428fda34cdf8a1eba998aa3d2deafb8689.tar.gz |
avcodec: Remove deprecated coder type options
Deprecated in be00ec832c519427cd92218abac77dafdc1d5487.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 4a481dd5bf..702caa2a1d 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -627,20 +627,6 @@ Set limit motion vectors range (1023 for DivX player). @item global_quality @var{integer} (@emph{encoding,audio,video}) -@item coder @var{integer} (@emph{encoding,video}) - -Possible values: -@table @samp -@item vlc -variable length coder / huffman coder -@item ac -arithmetic coder -@item raw -raw (no encoding) -@item rle -run-length coder -@end table - @item context @var{integer} (@emph{encoding,video}) Set context model. |