Commit 2cbe9121 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters.texi: use multiple @example blocks for distinct examples in setdar docs

parent 23534d0c
...@@ -2373,7 +2373,10 @@ specified, it is assumed the value "0:1". ...@@ -2373,7 +2373,10 @@ specified, it is assumed the value "0:1".
For example to change the display aspect ratio to 16:9, specify: For example to change the display aspect ratio to 16:9, specify:
@example @example
setdar=16:9 setdar=16:9
# the above is equivalent to @end example
The example above is equivalent to:
@example
setdar=1.77777 setdar=1.77777
@end example @end example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment