summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-25 18:43:15 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:00 -0300
commit6cf0cb8935f515a7b5f79d2e3cf02bd0764943bf (patch)
tree2de10e73b28c0e9037392007502af3032d9049e8 /doc/codecs.texi
parentab227d8fe1df3a95e98be5e2596ea7e4172496fa (diff)
downloadffmpeg-6cf0cb8935f515a7b5f79d2e3cf02bd0764943bf.tar.gz
avcodec: Remove deprecated stat-bits fields
Deprecated in 16216b713f9a21865cc07993961cf5d0ece24916. 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.texi9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 9add7629cf..4a481dd5bf 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -150,15 +150,6 @@ Set strategy to choose between I/P/B-frames.
@item ps @var{integer} (@emph{encoding,video})
Set RTP payload size in bytes.
-@item mv_bits @var{integer}
-@item header_bits @var{integer}
-@item i_tex_bits @var{integer}
-@item p_tex_bits @var{integer}
-@item i_count @var{integer}
-@item p_count @var{integer}
-@item skip_count @var{integer}
-@item misc_bits @var{integer}
-@item frame_bits @var{integer}
@item codec_tag @var{integer}
@item bug @var{flags} (@emph{decoding,video})
Workaround not auto detected encoder bugs.