[FFmpeg-cvslog] doc/filters: re-order hdcd options to match --help filter=hdcd

Burt P git at videolan.org
Mon Aug 22 12:38:34 EEST 2016


ffmpeg | branch: master | Burt P <pburt0 at gmail.com> | Mon Aug 22 04:37:54 2016 -0500| [429b41e7b283f860ee69c81fa2be96ff2af12200] | committer: Burt P

doc/filters: re-order hdcd options to match --help filter=hdcd

Signed-off-by: Burt P <pburt0 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=429b41e7b283f860ee69c81fa2be96ff2af12200
---

 doc/filters.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 01614cf..2d4fa01 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2652,13 +2652,13 @@ ffmpeg -i HDCD16.wav -af hdcd -acodec pcm_s24le OUT24.wav
 The filter accepts the following options:
 
 @table @option
+ at item disable_autoconvert
+Disable any automatic format conversion or resampling in the filter graph.
+
 @item process_stereo
 Process the stereo channels together. If target_gain does not match between
 channels, consider it invalid and use the last valid target_gain.
 
- at item disable_autoconvert
-Disable any automatic format conversion or resampling in the filter graph.
-
 @item cdt_ms
 Set the code detect timer period in ms.
 



More information about the ffmpeg-cvslog mailing list