From abb69a2f2ba830c0f2557663915a38a9e5b57e61 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Thu, 5 May 2016 15:37:49 +0300 Subject: avcodec: Add "sar" alias to "aspect" option of video encoders It is impossible to pass "aspect" parameter to encoder from ffmpeg CLI because option from lavc/options_table.h is eclipsed by option with same name in ffmpeg_opt.c, which has different meaning (DAR, not SAR). Signed-off-by: Michael Niedermayer --- doc/codecs.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/codecs.texi b/doc/codecs.texi index ad99fa6906..a18ce8d4b4 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -456,6 +456,9 @@ Possible values: @item aspect @var{rational number} (@emph{encoding,video}) Set sample aspect ratio. +@item sar @var{rational number} (@emph{encoding,video}) +Set sample aspect ratio. Alias to @var{aspect}. + @item debug @var{flags} (@emph{decoding/encoding,audio,video,subtitles}) Print specific debug info. -- cgit v1.2.3