mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 22:10:34 +00:00
doc/filters.texi: prefer @example over the unsupported @math for showing equation
This commit is contained in:
parent
3fa9ace3d8
commit
23534d0c4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user