Re: [FFmpeg-devel] [PATCH] Add "sar" alias to "aspect" option of video encoders

2016-05-02 Thread Michael Niedermayer
On Mon, May 02, 2016 at 08:36:54PM +0300, Andrey Utkin wrote: > 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). > --- > libavcodec/o

[FFmpeg-devel] [PATCH] Add "sar" alias to "aspect" option of video encoders

2016-05-02 Thread Andrey Utkin
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). --- libavcodec/options_table.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libav