aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-24 23:32:49 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-02-06 11:30:54 +0100
commit23534d0c4c4ab6efc1855fbd54948ce65aff28c3 (patch)
treeb93ca2cfe9f4efd2087c1ad98900d31bffaa3d74 /doc/filters.texi
parent3fa9ace3d8b1c97900b8b470f2974f3e0e52cd5a (diff)
downloadffmpeg-23534d0c4c4ab6efc1855fbd54948ce65aff28c3.tar.gz
doc/filters.texi: prefer @example over the unsupported @math for showing equation
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 444949c660..7a148cd441 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2342,7 +2342,9 @@ output video.
This is done by changing the specified Sample (aka Pixel) Aspect
Ratio, according to the following equation:
-@math{DAR = HORIZONTAL_RESOLUTION / VERTICAL_RESOLUTION * SAR}
+@example
+@var{DAR} = @var{HORIZONTAL_RESOLUTION} / @var{VERTICAL_RESOLUTION} * @var{SAR}
+@end example
Keep in mind that the @code{setdar} filter does not modify the pixel
dimensions of the video frame. Also the display aspect ratio set by