From 23534d0c4c4ab6efc1855fbd54948ce65aff28c3 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 24 Jan 2012 23:32:49 +0100 Subject: [PATCH] doc/filters.texi: prefer @example over the unsupported @math for showing equation --- doc/filters.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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