diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-03 23:16:20 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-03 23:16:20 +0100 |
commit | cf7b71b0b812ba5d2b5f0a307b9a427a3db4df0a (patch) | |
tree | a432e6f618779f6e8c9fb7c66e0f72b36dfe9427 | |
parent | 71956371a7bb911dee4b206cd991bbdca2e0fb62 (diff) | |
download | ffmpeg-cf7b71b0b812ba5d2b5f0a307b9a427a3db4df0a.tar.gz |
doc/filters: reformat various filter tables items
Improve overall consistency.
-rw-r--r-- | doc/filters.texi | 96 |
1 files changed, 64 insertions, 32 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index fdbe3b7671..baa344d93d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -301,10 +301,14 @@ Set frequency in Hz. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -332,10 +336,14 @@ Set number of poles. Default is 2. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -365,10 +373,14 @@ Set number of poles. Default is 2. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -402,10 +414,14 @@ The default value is @code{100} Hz. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -437,10 +453,14 @@ The default value is @code{3000} Hz. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -470,10 +490,14 @@ Constant skirt gain if set to 1. Defaults to 0. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -498,10 +522,14 @@ Set the filter's central frequency. Default is @code{3000}. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w @@ -536,10 +564,14 @@ Set the filter's central frequency in Hz. @item width_type Set method to specify band-width of filter. @table @option -@item @var{h} (Hz) -@item @var{q} (Q-Factor) -@item @var{o} (octave) -@item @var{s} (slope) +@item h +Hz +@item q +Q-Factor +@item o +octave +@item s +slope @end table @item width, w |