diff mbox

[FFmpeg-devel] docs/codecs: remove dead codec debug options

Message ID b30950ff-1807-0710-9812-722334713fbf@gmail.com
State Accepted
Commit b50f68bb1ecc6dcfe7aaed04c12dd94bdc222428
Headers show

Commit Message

Gyan Jan. 15, 2018, 2:59 p.m. UTC
From 989d5ad743222da25d9b908c2c26f67865c48fec Mon Sep 17 00:00:00 2001
From: Gyan Doshi <gyandoshi@gmail.com>
Date: Mon, 15 Jan 2018 20:20:33 +0530
Subject: [PATCH] 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.
---
 doc/codecs.texi | 8 --------
 1 file changed, 8 deletions(-)

Comments

Gyan Jan. 21, 2018, 4:35 a.m. UTC | #1
Ping.
Gyan Jan. 25, 2018, 4:30 a.m. UTC | #2
Ping. x2.
Gyan Feb. 17, 2018, 6 a.m. UTC | #3
Ping. x3.

On 1/15/2018 8:29 PM, Gyan Doshi wrote:
Lou Logan Feb. 17, 2018, 7:56 p.m. UTC | #4
On Mon, Jan 15, 2018, at 5:59 AM, Gyan Doshi wrote:
> Email had 1 attachment:
> + 0001-docs-codecs-remove-dead-codec-debug-options.patch
>   2k (text/plain)

LGTM. Sorry for the delay. I'll push by Monday unless someone else wants to do so earlier.
Lou Logan Feb. 19, 2018, 11:58 p.m. UTC | #5
On Sat, Feb 17, 2018, at 10:56 AM, Lou Logan wrote:
> LGTM. Sorry for the delay. I'll push by Monday unless someone else wants 
> to do so earlier.

Pushed/applied. Thanks.
diff mbox

Patch

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