aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-24 23:50:33 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-02-06 11:30:54 +0100
commit2cbe9121ace40e1354d023624fef30a9e21fb7b1 (patch)
tree1e0d7d635664a4f498bce9d3bb5da1174f904844
parent23534d0c4c4ab6efc1855fbd54948ce65aff28c3 (diff)
downloadffmpeg-2cbe9121ace40e1354d023624fef30a9e21fb7b1.tar.gz
doc/filters.texi: use multiple @example blocks for distinct examples in setdar docs
-rw-r--r--doc/filters.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7a148cd441..d83f561d5c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2373,7 +2373,10 @@ specified, it is assumed the value "0:1".
For example to change the display aspect ratio to 16:9, specify:
@example
setdar=16:9
-# the above is equivalent to
+@end example
+
+The example above is equivalent to:
+@example
setdar=1.77777
@end example