From 8a7b82ccabe4ead14a2b0acc7a30089f530d16ec Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 5 Sep 2012 11:53:25 +0200 Subject: [PATCH] doc/filters: itemize example for mp filter --- doc/filters.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/}.