diff options
author | Gyan Doshi <gyandoshi@gmail.com> | 2018-01-15 20:20:33 +0530 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2018-02-19 14:49:58 -0900 |
commit | b50f68bb1ecc6dcfe7aaed04c12dd94bdc222428 (patch) | |
tree | b7c07ed92f92cc9c3da57f99811e11ac8b039e7a | |
parent | 04a8d5c2d7578456fc4d0a605784bf904cc42a4d (diff) | |
download | ffmpeg-b50f68bb1ecc6dcfe7aaed04c12dd94bdc222428.tar.gz |
docs/codecs: remove dead codec debug options
FF_API_DEBUG_MV has been disabled. Related options removed from docs.
Mention of non-existent debug option value 'pts' also removed.
-rw-r--r-- | doc/codecs.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 7e20374334..c9b9a1136d 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -467,8 +467,6 @@ rate control macroblock (MB) type @item qp per-block quantization parameter (QP) -@item mv -motion vector @item dct_coeff @item green_metadata @@ -478,18 +476,12 @@ display complexity metadata for the upcoming frame, GoP or for a given duration. @item startcode -@item pts - @item er error recognition @item mmco memory management control operations (H.264) @item bugs -@item vis_qp -visualize quantization parameter (QP), lower QP are tinted greener -@item vis_mb_type -visualize block types @item buffers picture buffer allocations @item thread_ops |