summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-05 11:53:25 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-05 11:53:25 +0200
commit8a7b82ccabe4ead14a2b0acc7a30089f530d16ec (patch)
tree10571ff4f661241cc36d6469c8ef45a2644bcddc /doc/filters.texi
parent0e28e3cf82d4122d558dff6a661c0bda68b1ce3b (diff)
doc/filters: itemize example for mp filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi5
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/}.