Changeset abb69a2f in ffmpeg

Timestamp:
May 6, 2016, 1:47:36 AM (9 years ago)
Author:
Michael Niedermayer <michael@niedermayer.cc>
Branches:
master
Children:
bd63ecec
Parents:
1d4400ac
git-author:
Andrey Utkin <andrey_utkin@fastmail.com> (05/05/16 12:37:49)
git-committer:
Michael Niedermayer <michael@niedermayer.cc> (05/06/16 01:47:36)
Message:

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 <michael@niedermayer.cc>

(No files)

Note: See TracChangeset for help on using the changeset viewer.