diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 23:42:22 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-25 11:19:53 +0200 |
commit | cb23de1904e4b96127f693187c27269f4270c561 (patch) | |
tree | 53bede140526e56fddb6bdc3ee2e797cc30d28f3 | |
parent | f40cf96ec0f4a2e9d9caf85d5c4405e89a69d55b (diff) | |
download | ffmpeg-streaming-cb23de1904e4b96127f693187c27269f4270c561.zip ffmpeg-streaming-cb23de1904e4b96127f693187c27269f4270c561.tar.gz |
doc/filters: remove "q" constant docs for noise mode
It was removed in 62447248f3e5eb95dbd9f123696321903d4d0921.
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8971276..24241e8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4631,8 +4631,6 @@ Available values for component flags are: averaged temporal noise (smoother) @item p mix random noise with a (semi)regular pattern -@item q -higher quality (slightly better looking, slightly slower) @item t temporal noise (noise pattern changes between frames) @item u |