diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-05 11:53:25 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-05 11:53:25 +0200 |
commit | 8a7b82ccabe4ead14a2b0acc7a30089f530d16ec (patch) | |
tree | 10571ff4f661241cc36d6469c8ef45a2644bcddc | |
parent | 0e28e3cf82d4122d558dff6a661c0bda68b1ce3b (diff) | |
download | ffmpeg-8a7b82ccabe4ead14a2b0acc7a30089f530d16ec.tar.gz |
doc/filters: itemize example for mp filter
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0f82168b23..2e5413f8cc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2556,10 +2556,13 @@ of the corresponding MPlayer filters. For detailed instructions check the "VIDEO FILTERS" section in the MPlayer manual. Some examples follow: +@itemize +@item +Adjust gamma, brightness, contrast: @example -# adjust gamma, brightness, contrast mp=eq2=1.0:2:0.5 @end example +@end itemize See also mplayer(1), @url{http://www.mplayerhq.hu/}. |