mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-08 16:50:26 +02:00
abb69a2f2b
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 <michael@niedermayer.cc>